MSX issue guidance currently spans overlapping format and hierarchy pages, while related workflow, readiness, branching, goal-setting, and pull-request pages make assumptions that apply only to delivery leaves. Agents must assemble the model across several documents, and the live organization configuration has not yet been fully reconciled with the intended Epic → PBI → Task/Bug hierarchy.
Request
Create one recursively navigable OKF issue-guidance section that explains how issues evolve through the existing workflow, how each native issue type is structured, and how containment differs from execution order. Align the surrounding ways-of-working guidance and migrate live issue metadata so the documented model and GitHub configuration agree.
Acceptance criteria
- Epic and PBI are native enabled organization issue types; Task and Bug remain delivery-leaf types
- Issue guidance is organized as small frontmatter-bearing pages under generated indexes
- Workflow remains authoritative for Capture, Refine, Plan, Build, Review, Ship, and Operate; issue pages map body and relationship evolution onto those phases
- Epic, PBI, Task, and Bug each have a distinct body, readiness, closure, and promotion/demotion model
- Native sub-issues are the source of truth for containment and progress
- Native blocked-by/blocking relationships are the source of truth for sequencing; ready siblings without dependency edges may execute in parallel
- Only Task/Bug delivery leaves receive closing pull requests; operational Tasks have a verified non-PR completion path
- Cross-cutting guidance no longer assumes every issue is a single PR-sized deliverable
- Applicable live Feature assignments and obsolete Bug/Feature hierarchy labels or conventions are migrated before Feature is retired
- Every child issue is complete, documentation checks are green, and no duplicated legacy guidance remains
Technical decisions
OKF structure: The issue model is a folder of small pages with title and description frontmatter. Generated indexes route humans and agents by phase, relationship question, and issue type.
Hierarchy: Epic and PBI aggregate scope. Task and Bug are delivery leaves. Nested PBIs are allowed when decomposition requires another aggregation level.
Relationships: Sub-issues express containment only. Blocked-by/blocking relationships express execution order. List position and body text do not imply sequence.
Workflow ownership: Workflow.md remains the only owner of phase definitions. Issue lifecycle guidance describes what happens to an issue during those phases without restating the workflow.
Delivery: Every executable unit has an issue. Repository implementation uses one session, branch, and pull request per Task/Bug. Parent PBIs coordinate and aggregate without owning implementation branches.
Migration: Feature remains enabled until the final migration verifies that no applicable live issue depends on it.
Delivery plan
Delivery is tracked through native sub-issues. Sub-issue relationships define scope; dependency relationships define the order in which child work may proceed. The parent closes only after all children and aggregate acceptance criteria are complete.
MSX issue guidance currently spans overlapping format and hierarchy pages, while related workflow, readiness, branching, goal-setting, and pull-request pages make assumptions that apply only to delivery leaves. Agents must assemble the model across several documents, and the live organization configuration has not yet been fully reconciled with the intended Epic → PBI → Task/Bug hierarchy.
Request
Create one recursively navigable OKF issue-guidance section that explains how issues evolve through the existing workflow, how each native issue type is structured, and how containment differs from execution order. Align the surrounding ways-of-working guidance and migrate live issue metadata so the documented model and GitHub configuration agree.
Acceptance criteria
Technical decisions
OKF structure: The issue model is a folder of small pages with
titleanddescriptionfrontmatter. Generated indexes route humans and agents by phase, relationship question, and issue type.Hierarchy: Epic and PBI aggregate scope. Task and Bug are delivery leaves. Nested PBIs are allowed when decomposition requires another aggregation level.
Relationships: Sub-issues express containment only. Blocked-by/blocking relationships express execution order. List position and body text do not imply sequence.
Workflow ownership:
Workflow.mdremains the only owner of phase definitions. Issue lifecycle guidance describes what happens to an issue during those phases without restating the workflow.Delivery: Every executable unit has an issue. Repository implementation uses one session, branch, and pull request per Task/Bug. Parent PBIs coordinate and aggregate without owning implementation branches.
Migration: Feature remains enabled until the final migration verifies that no applicable live issue depends on it.
Delivery plan
Delivery is tracked through native sub-issues. Sub-issue relationships define scope; dependency relationships define the order in which child work may proceed. The parent closes only after all children and aggregate acceptance criteria are complete.