plan

Solid

Analyzes architecture, selects patterns, assesses testability, then decomposes work into ordered TDD tasks with exact verification commands and explicit acceptance mapping. Works from an approved spec (zuvo:brainstorm output) or directly from a user-provided description.

Code & Development 6 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# zuvo:plan Create a detailed, task-by-task implementation plan. Every task follows the TDD protocol: RED (failing test) -> GREEN (minimal code) -> Verify -> Commit. --- ## Input Resolution Determine the planning input. Two modes: **spec-driven** (from brainstorm output) or **inline** (from user description). ### Step 1: Look for a spec 1. If the user provided an explicit path (e.g., `zuvo:plan docs/specs/my-spec.md`), use that file 2. Otherwise, search: `Glob("docs/specs/*-spec.md")` 3. If multiple specs exist, present the list and ask the user which one to plan against ### Step 2: Determine mode - **Spec found with `status: Approved`** → **spec-driven mode**. Read spec in full. This is the source of truth. - **Spec found without `status: Approved`** → Print: "Spec exists but is not approved. Using it as reference in inline mode." Treat spec as context, not authority. → **inline mode**. - **No spec found** → **inline mode**. ### Inline mode requirements The user's message (argument to `zuvo:plan`) IS the planning input. Extract: - **Goal:** what they want built - **Scope:** which files/areas are affected (explore codebase if not stated) - **Constraints:** any stated requirements If the user's description is too vague to plan against (less than one sentence, no clear deliverable), ask ONE clarifying question. Do not block — a couple of sentences is enough to plan from. Set `planning_mode: "inline"` or `planning_mode: "spec-driven"` — this affects the plan document...

Details

Author
greglas75
Repository
greglas75/zuvo
Created
4 months ago
Last Updated
today
Language
Shell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category