valsecchi75/project-scaffolder
Plugin Claude Code
Plugin marketplace listing 1 plugin: project-scaffolder.
valsecchi75/project-scaffolder
Plugin Claude Code
Plugin marketplace listing 1 plugin: project-scaffolder.
valsecchi75/project-scaffolder
Plugin Claude Code
Turn a short project brief into a ready-to-build Claude Code workspace: persistent 12-page wiki, domain-specific skills, phase Execution Docs with per-activity model routing, a gated /task pipeline with QA and simulated user testing, proactive context handoff, wiki lifecycle with archive, and hooks that guard against…
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.
valsecchi75/project-scaffolder
Hook
Runs before the agent uses a tool for Bash and PowerShell tool calls, executing deny-dangerous.sh via bash. From valsecchi75/project-scaffolder.
valsecchi75/project-scaffolder
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing auto-format.sh via bash. From valsecchi75/project-scaffolder.
valsecchi75/project-scaffolder
Skill Claude CodeCodex
Use at the end of every task in a scaffolded project and whenever the session context grows heavy. Enforces the context threshold, generates the continuation prompt for the next chat, and applies context minimalism rules. Triggers on "context check", "continuation prompt", "handoff", or context warnings.