← all kits

Project Domain

kit · v1.0

5 entity types · 22 relationships · 11 named queries

base: agent-operation

Project/product domain overlay composed over the agent-operation base kit. The base supplies the operating layer (Actor, SubjectRef, WorkItem, ReviewRequest, Decision, Risk, OpenQuestion, StateNote plus their ownership, review-gate, work-axis, governed-judgment, and subject-ref relationships, queries, guards, and checks). This overlay adds the project/product DOMAIN: roadmap items, release lines, and milestones as typed entities, product areas and capabilities as lightweight tag-role classification, and the domain-internal plus seam relationships that connect operation entities to domain structure. It composes the project/product domain on top of the agent-operation base. Markdown docs, plans, chats, review reports, and transcripts remain source evidence for proposals; they are not modeled as entities here.

source on GitHub →

Entity types

5
ProductArea
Stable product, project, subsystem, package, or responsibility area.name · description
Capability
Durable technical or product ability the project supports.name · description · status
RoadmapItem
Planned investment, initiative, or roadmap-level change.title · summary · status · priority · target_date
ReleaseLine
Release train, version line, launch window, or delivery stream.name · status · starts_at · target_date
Milestone
Delivery milestone, gate, checkpoint, or intermediate target.title · summary · status · target_date

Relationships

governed22
review_request_in_release
ReviewRequestReleaseLine
review_request_in_milestone
ReviewRequestMilestone
work_item_in_release
WorkItemReleaseLine
work_item_in_milestone
WorkItemMilestone
milestone_in_release
MilestoneReleaseLine
roadmap_item_in_release
RoadmapItemReleaseLine
roadmap_item_in_milestone
RoadmapItemMilestone
work_item_implements_roadmap_item
WorkItemRoadmapItem
work_item_targets_area
WorkItemProductArea
roadmap_item_targets_area
RoadmapItemProductArea
capability_in_area
CapabilityProductArea
roadmap_item_targets_capability
RoadmapItemCapability
roadmap_item_owned_by_actor
RoadmapItemActor
product_area_owned_by_actor
ProductAreaActor
capability_owned_by_actor
CapabilityActor
roadmap_item_depends_on_roadmap_item
RoadmapItemRoadmapItem
decision_affects_area
DecisionProductArea
decision_affects_capability
DecisionCapability
decision_affects_roadmap_item
DecisionRoadmapItem
risk_attaches_to_area
RiskProductArea
risk_blocks_roadmap_item
RiskRoadmapItem
open_question_blocks_roadmap_item
OpenQuestionRoadmapItem

Named queries

11

roadmap_item_context · RoadmapItem → RoadmapItem

Starting from a roadmap item, inspect dependencies, dependents, delivery placement, work, decisions, risks, and open questions.

work_items_for_area · ProductArea → WorkItem

Flat work items attached to a product area for agents that need a scannable area work queue.

area_work_items · ProductArea → WorkItem

Work items reachable from a product area directly, through capabilities, or through roadmap items.

area_change_context · ProductArea → RoadmapItem

Starting from a product area, inspect roadmap items, work, decisions, risks, and open questions before editing the subsystem.

release_readiness_context · ReleaseLine → AnyEntity

Starting from a release line, inspect active, planned, or blocked work plus roadmap items, including roadmap items that have not yet been decomposed into work.

release_work_items · ReleaseLine → WorkItem

Work items reachable from a release line directly, through release milestones, or through release roadmap items.

milestone_work_items · Milestone → WorkItem

Work items reachable from a milestone directly or through roadmap items in the milestone.

roadmap_item_work_items · RoadmapItem → WorkItem

Work items that implement a roadmap item.

deferred_release_gating_work_items · ReleaseLine → WorkItem

Deferred work items that are still attached to a release line and an active, planned, or blocked milestone.

decision_impact_context · Decision → RoadmapItem

Starting from a decision, inspect affected roadmap, constrained work, answered questions, and supersession context.

open_question_context · OpenQuestion → RoadmapItem

Starting from an open question, inspect blocked and answered roadmap, work, and decision context.