Repo Scaffold Pro
Do not use when
- •The request is unrelated to this domain or requires a different specialized skill.
- •The user asks only for high-level discussion without applying this workflow.
- •Another skill has a tighter, more specific trigger for the same request.
Example user requests
- •"Apply repo scaffold pro to improve this feature."
- •"Use repo scaffold pro and give me the concrete deliverables."
- •"Can you run a full repo scaffold pro pass on this repo?"
- •"I need step-by-step execution using repo scaffold pro."
Goal
Create a runnable scaffold that forces depth (not UI-only demos).
When to use
- •After stack selection.
- •Empty folder start.
Minimal inputs (ask only if missing)
- •Selected stack.
- •Package manager (or choose and document).
Procedure (MUST)
- •Ensure
.agent/at repo root. - •Create topology (
web/,api/,docs/). - •Copy templates into
docs/. - •Bootstrap tokens + base UI.
- •Add scripts for checks.
- •Implement one vertical slice with persistence + full states.
- •Update walkthrough + decision log.
Outputs (MUST produce)
- •Runnable scaffold.
- •Tokens + base UI.
- •One vertical slice + proof plan.