manual

Solid

distill a completed plan into a perfect-world build manual, then validate it (saves manual to .construct/)

Web & Frontend 1 stars 0 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 80/100

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

Skill Content

**the messy build rewritten as the ideal path:** every dead end stays back in the plan - distills a closed plan into the build as it goes when every step lands clean - imperative, sorted, maximally concise; the dead ends stay in the plan - assumes the likeliest case at every fork, so edge cases never make the page # Instructions ## Telemetry ```! "${CLAUDE_PLUGIN_ROOT}"/skills/manual/manual.sh "$ARGUMENTS" echo "sidecar exit: $?" ``` - `help: requested` → the run was refused before it started; `## Help` below is the whole turn - it already ran, so there is no command to issue - fail (`sidecar exit` > 0) → abort and report the raw terminal error inside a markdown code block - `completed: no` → STOP and name the open boxes; a manual distills finished work only - `collision: yes` → a manual already covers this plan; ASK whether to replace it, then WAIT - success (`sidecar exit` = 0) → take `target` from the telemetry and continue to step 1 1. read the whole source plan, notes included, and extract the straight path - the checklist says what landed and the notes say what it cost; keep only what the finish needs - re-derive the order a builder follows knowing everything the plan learned, then sort by it - drop every probe, reversal, workaround and repair; a perfect world has nothing to recover from - where the plan branched, keep the branch that won, stated as the only way it goes 2. write `[target]` in the shape defined under `## the shape` below - imperative voice,...

Details

Author
MaisonDeVolonte
Repository
MaisonDeVolonte/construct
Created
4 weeks ago
Last Updated
2 days ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category