@fernado03/zoo-flow 0.7.9 → 0.7.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fernado03/zoo-flow",
3
3
  "description": "Workflow control plane for Zoo Code.",
4
- "version": "0.7.9",
4
+ "version": "0.7.11",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "zoo-flow": "bin/zoo-flow.js"
@@ -4,7 +4,7 @@ argument-hint: <describe the feature>
4
4
  mode: system-architect
5
5
  ---
6
6
  EXECUTION RULES (Run sequentially. Wait for user between phases):
7
- 0. TRACK: At start, write a phase checklist to `.scratch/feature-<slug>.md` (phases 1-5, each unchecked). Before any `switch_mode` or `attempt_completion`, update it. Do NOT `attempt_completion` while any phase is unchecked — `switch_mode` to the phase's owner instead.
7
+ 0. TRACK: At start, write a phase checklist to `.scratch/features/<YYYY-MM-DD>/<slug>.md` (phases 1-5, each unchecked). Before any `switch_mode` or `attempt_completion`, update it. Do NOT `attempt_completion` while any phase is unchecked — `switch_mode` to the phase's owner instead.
8
8
  0b. READ `.scratch/LAST-EXPLORATION.md` if it exists to find the most recent exploration map. Reference it in phase 1.
9
9
  1. SHARPEN (Architect): Run skill `.roo/skills/engineering/grill-with-docs/SKILL.md`. Update docs.
10
10
  HARD STOP: Ask user to choose: Prototype OR skip to PRD.
@@ -4,7 +4,7 @@ argument-hint: <describe the bug or error>
4
4
  mode: system-architect
5
5
  ---
6
6
  EXECUTION RULES:
7
- 0. TRACK: At start, write a phase checklist to `.scratch/fix-<slug>.md` (phases 1-5, each unchecked). Before any `switch_mode` or `attempt_completion`, update it. Do NOT `attempt_completion` while any phase is unchecked — `switch_mode` to the phase's owner instead.
7
+ 0. TRACK: At start, write a phase checklist to `.scratch/fixes/<YYYY-MM-DD>/<slug>.md` (phases 1-5, each unchecked). Before any `switch_mode` or `attempt_completion`, update it. Do NOT `attempt_completion` while any phase is unchecked — `switch_mode` to the phase's owner instead.
8
8
  0b. READ `.scratch/LAST-EXPLORATION.md` if it exists to find the most recent exploration map. Reference it in phase 1.
9
9
  1. DIAGNOSE (Architect): Run skill `.roo/skills/engineering/diagnose/SKILL.md`. Run phases 1-3.
10
10
  HARD STOP: Present hypotheses. Wait for user selection. Ignore internal AFK rules.
@@ -4,7 +4,7 @@ argument-hint: <area to refactor>
4
4
  mode: system-architect
5
5
  ---
6
6
  EXECUTION RULES:
7
- 0. TRACK: At start, write a phase checklist to `.scratch/refactor-<slug>.md` (phases 1-3, each unchecked). Before any `switch_mode` or `attempt_completion`, update it. Do NOT `attempt_completion` while any phase is unchecked — `switch_mode` to the phase's owner instead.
7
+ 0. TRACK: At start, write a phase checklist to `.scratch/refactors/<YYYY-MM-DD>/<slug>.md` (phases 1-3, each unchecked). Before any `switch_mode` or `attempt_completion`, update it. Do NOT `attempt_completion` while any phase is unchecked — `switch_mode` to the phase's owner instead.
8
8
  0b. READ `.scratch/LAST-EXPLORATION.md` if it exists to find the most recent exploration map. Reference it in phase 1.
9
9
  1. FIND (Architect): Run skill `.roo/skills/engineering/improve-codebase-architecture/SKILL.md`. List candidates.
10
10
  HARD STOP: Ask user which candidate to explore.
@@ -16,7 +16,7 @@ Issue tracker + label vocabulary should exist; run `/setup-matt-pocock-skills` i
16
16
  5. Present numbered breakdown: title; `HITL`/`AFK`; blockers; user stories.
17
17
  6. Ask user to validate granularity/deps/HITL/AFK/merge/split.
18
18
  7. Iterate until approved.
19
- 8. Publish in dependency order.
19
+ 8. Publish to issue tracker (or `.scratch/{feature-slug}/issues/` for local tracker).
20
20
  9. Apply `ready-for-agent` label unless instructed otherwise.
21
21
  10. DO NOT close/modify parent issue.
22
22
 
@@ -15,7 +15,7 @@ RULE: Do not interview user. Synthesize current context.
15
15
  2. Sketch out the seams at which you're going to test the feature. Existing seams should be preferred to new ones. Use the highest seam possible. If new seams are needed, propose them at the highest point you can.
16
16
  3. Check with the user that these seams match their expectations.
17
17
  4. Write PRD.
18
- 5. Publish to issue tracker.
18
+ 5. Publish to issue tracker (or `.scratch/{feature-slug}/PRD.md` for local tracker).
19
19
  6. Apply `ready-for-agent`.
20
20
 
21
21
  ## PRD template