You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
11. Add definition of done and release/exit gate criteria.
45
-
12. Write full plan to target file, overwriting prior contents.
45
+
2. Read `product/dev_guides.md` and `product/architecture_guides.md` and lock constraints into planning decisions.
46
+
3. Read reference plans to mirror structure and detail level.
47
+
4. Cluster ideas into coherent epics (avoid one-idea-per-epic fragmentation).
48
+
5. Prioritize using `P0/P1/P2` based on contract risk reduction, moat expansion, adoption leverage, and sequencing dependency.
49
+
6. Produce execution-ready epics and stories.
50
+
7. For every story, include concrete tasks, repo paths, run commands, acceptance criteria, test requirements, CI matrix wiring, and architecture governance fields.
51
+
8. Build a plan-level test matrix section mapping stories to CI lanes (fast, integration, acceptance, cross-platform).
52
+
9. Ensure each story defines tests based on work type (schema, CLI, gate/policy, determinism, runtime, SDK, docs/examples).
53
+
10. Add explicit boundaries and non-goals to prevent scope drift.
Copy file name to clipboardExpand all lines: .agents/skills/initial-plan/SKILL.md
+54-13Lines changed: 54 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: initial-plan
3
-
description: Transform the Wrkr PRD in product/wrkr.md into a world-class, zero-ambiguity execution plan that mirrors the detail level of gait/product/PLAN_v1.md, while enforcing product/dev_guides.md coding, testing, CI, determinism, and contract standards. Use when the user asks for an initial build plan from the PRD (not from ideas/recommendations).
3
+
description: Transform the Wrkr PRD in product/wrkr.md into a world-class, zero-ambiguity execution plan that mirrors the detail level of gait/product/PLAN_v1.md, while enforcing product/dev_guides.md and product/architecture_guides.md standards for coding, testing, CI, determinism, architecture governance, and contracts. Use when the user asks for an initial build plan from the PRD (not from ideas/recommendations).
4
4
---
5
5
6
6
# PRD to Initial Execution Plan (Wrkr)
@@ -11,7 +11,9 @@ Execute this workflow when asked to create the initial execution plan from the W
0 commit comments