fstack-build
Installation
SKILL.md
/fstack-build
Implement the approved plan in small steps. Verify each step before moving on. Pause at real choices.
When to use
- An approved
PLAN.mdexists and the user says to build. /fstackrouted here because the plan is approved and ready.
Steps
- Take the first unfinished step from
PLAN.md. - Implement it with the smallest change that works.
- Verify it. Run it, run the test, load the page — whatever fits.
- Report in 2–3 sentences: what changed, how you verified it.
- Mark the step done in
PLAN.md. - If the next step involves a real choice — library, API shape, naming that leaks into the public surface — stop and ask before proceeding.
- Otherwise, continue to the next unfinished step. Repeat from step 1.