@fernado03/zoo-flow 0.8.4 → 0.8.5
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
|
@@ -3,12 +3,16 @@ description: "Explore unfamiliar code before /feature, /refactor, or /fix. Produ
|
|
|
3
3
|
argument-hint: <feature or folder to map>
|
|
4
4
|
mode: system-architect
|
|
5
5
|
---
|
|
6
|
+
|
|
7
|
+
Explore unfamiliar code and produce a written map. Follow the skill exactly.
|
|
8
|
+
|
|
9
|
+
Skill: `.roo/skills/engineering/zoom-out/SKILL.md`
|
|
10
|
+
|
|
6
11
|
EXECUTION RULES:
|
|
7
12
|
1. READ `.zoo-flow/CONTEXT.md`. If it does not exist, output one line before step 2: "No CONTEXT.md found. Run /scaffold-context to fill, or continue without." Do not invent content.
|
|
8
|
-
2.
|
|
9
|
-
3.
|
|
10
|
-
4.
|
|
11
|
-
5.
|
|
12
|
-
6. COMPLETION: Include the exact file path in `attempt_completion`.
|
|
13
|
+
2. OUTPUT MAP: Create markdown with sections: Domain language, Modules, Data flow, Seams/callers, ADRs, Open questions. Derive slug from the target area (e.g. "auth module" → `auth-module.md`). Write to `.scratch/explorations/<YYYY-MM-DD>/<slug>.md`.
|
|
14
|
+
3. WRITE POINTER: Write the exact file path to `.scratch/LAST-EXPLORATION.md` so next commands can find it.
|
|
15
|
+
4. NEXT STEPS: Suggest `/scaffold-context`, `/feature`, `/refactor`, or `/fix`. DO NOT auto-launch.
|
|
16
|
+
5. COMPLETION: Call `attempt_completion` with the exact file path, status, and recommended next command. Do NOT use `ask_followup_question` or write results as plain text.
|
|
13
17
|
|
|
14
18
|
$ARGUMENTS
|