debug
01valsecchi75/project-scaffolder
Command
Systematic debugging session — reproduce, isolate, diagnose, fix. Produces known-error and errors-to-avoid entries, propagates lesson via Synapse.
Claude Code plugin — generate a complete project knowledge base from a single brief. Wiki, skills, guardrails, handoff protocol. 3 interaction modes + Caveman token optimization.
valsecchi75/project-scaffolder
Command
Systematic debugging session — reproduce, isolate, diagnose, fix. Produces known-error and errors-to-avoid entries, propagates lesson via Synapse.
valsecchi75/project-scaffolder
Command
Document a design or product decision with structured rationale. Appends to wiki/product/decisions.md with auto-incremented ID.
valsecchi75/project-scaffolder
Command
Log a bug or error atomically — creates entries in known-errors and errors-to-avoid, propagates the lesson via Synapse.
valsecchi75/project-scaffolder
Command
Generate a vertical skill on-demand for a specific domain. Wrapper around Cortex Step 3 for when a skill will be needed before a /task is ready.
valsecchi75/project-scaffolder
Command
Run the release-gate skill (6 stages including the Simplicity Check). Fail-fast on the first red stage.
valsecchi75/project-scaffolder
Command
Execute a previously written plan through the Cortex pipeline. Injects the plan as primary context for step-by-step orchestrated execution.
valsecchi75/project-scaffolder
Command
Start-of-session ritual. Reads CLAUDE.md, handoff, priorities, guardrails, and synapse map. Produces a situational briefing. Does not modify any file.
valsecchi75/project-scaffolder
Command
Generate the Execution Doc for the current phase — activities, model routing, token budgets, VERIFY criteria.
valsecchi75/project-scaffolder
Command
Formal transition between development phases. Archives the current phase state and opens the next. Updates roadmap, CLAUDE.md, priorities, and log.
valsecchi75/project-scaffolder
Command
Produce an implementation plan BEFORE touching code. Outputs a plan file with numbered steps and verifiable criteria. Does not execute.
valsecchi75/project-scaffolder
Command
Disciplined code review on a diff, using Karpathy checklist (SCOPE, SIMPLICITY, SURGICAL, DEAD CODE). Read-only — never modifies files.
valsecchi75/project-scaffolder
Command
Generate a complete project structure from a brief. Creates CLAUDE.md, wiki, skills, guardrails, and handoff — everything needed to start building.
valsecchi75/project-scaffolder
Command
Full release pipeline — gate + version bump + changelog + tag. Executes only if /gate passes. Never pushes automatically.
valsecchi75/project-scaffolder
Command
Show the skill map — maturity, connections, pending propagations, orphans. Read-only.
valsecchi75/project-scaffolder
Command
Pipeline metrics from logs — task count, rejection rates, skill usage, iterations. Answers "is the plugin actually helping?".
valsecchi75/project-scaffolder
Command
Assign a task to the Cortex for orchestrated execution with QA, user testing, and skill learning. The full development pipeline.
valsecchi75/project-scaffolder
Command
Run project tests with consistent reporting. Writes result summary to the pipeline log.
valsecchi75/project-scaffolder
Command
Deep wiki cleanup — archive stale content, enforce line caps, regenerate index. Never destroys history.
valsecchi75/project-scaffolder
Command
End-of-session ritual. Updates handoff, priorities, daily log, and triggers synapse hygiene. Optional git commit with --commit flag.