wiki-plan

Solid

The fixed planning methodology for a capable model. Make every design decision grounded in a bundled wiki page (recording a decision-to-page map), then decompose the work into ordered, self-contained tasks, each naming the exact wiki pages that govern it. Runs as loop-implement step 2.

AI & Automation 4 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

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

Skill Content

# Plan — decompose work into small-model-executable tasks > **In the dev-loop plugin.** The wiki is bundled with the plugin, not in the > user's project. Resolve every `INDEX.md`, `wiki/<...>.md`, `AGENTS.md`, and > `templates/` path in this skill against **`${CLAUDE_PLUGIN_ROOT}/`** (the > installed plugin root), NOT the current working directory. Read the wiki from > there; write plan output (`plans/<feature>/`) into the user's project as > described in step 5. > > **How this plugs into the loop.** `loop-implement` calls this skill as its > **step 2 (Plan)** — mandatory. Produce the wiki-grounded `## Decisions` table, > the ordered `## Task order`, and one `tasks/NN-*.md` per task naming the exact > wiki pages it needs. **`loop-implement` is the single implementer** — it then > executes those tasks *in order*, loading each task's named pages and running the > verification loop (Red → Green → run → audit) per task. (`orchestrate` uses the > same output to fan tasks across sessions, each session running `loop-implement`.) > Every decision must cite a `wiki/` page or be marked `[no-wiki]`. You are the planner. The implementer will be a small model with no memory of this planning session. Its entire world per task = one task file + the wiki pages that file names + the artifacts earlier tasks produced. **Every decision you leave unmade becomes the small model's guess** — and guesses are where errors enter. ## Rule zero Decisions live in the plan; execution lives in the tasks...

Details

Author
choiyounggi
Repository
choiyounggi/dev-loop
Created
1 months ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category