valsecchi75

30 mods across 1 repository, 9 stars between them.

project-scaffolder

02

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…

9 29d ago A tokens not measured original MIT

debug

03

valsecchi75/project-scaffolder

Command

Systematic debugging session — reproduce, isolate, diagnose, fix. Produces known-error and errors-to-avoid entries, propagates lesson via Synapse.

9 29d ago A 33 tokens original MIT

decide

04

valsecchi75/project-scaffolder

Command

Document a design or product decision with structured rationale. Appends to wiki/product/decisions.md with auto-incremented ID.

9 29d ago A 29 tokens original MIT

error

05

valsecchi75/project-scaffolder

Command

Log a bug or error atomically — creates entries in known-errors and errors-to-avoid, propagates the lesson via Synapse.

9 29d ago A 29 tokens original MIT

forge

06

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.

9 29d ago A 33 tokens original MIT

gate

07

valsecchi75/project-scaffolder

Command

Run the release-gate skill (6 stages including the Simplicity Check). Fail-fast on the first red stage.

9 29d ago A 26 tokens original MIT

implement

08

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.

9 29d ago A 27 tokens original MIT

kickoff

09

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.

9 29d ago A 40 tokens original MIT

phase-doc

10

valsecchi75/project-scaffolder

Command

Generate the Execution Doc for the current phase — activities, model routing, token budgets, VERIFY criteria.

9 29d ago A 22 tokens original MIT

phase-shift

11

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.

9 29d ago A 33 tokens original MIT

plan

12

valsecchi75/project-scaffolder

Command

Produce an implementation plan BEFORE touching code. Outputs a plan file with numbered steps and verifiable criteria. Does not execute.

9 29d ago A 26 tokens original MIT

review

13

valsecchi75/project-scaffolder

Command

Disciplined code review on a diff, using Karpathy checklist (SCOPE, SIMPLICITY, SURGICAL, DEAD CODE). Read-only — never modifies files.

9 29d ago A 37 tokens original MIT

scaffold

14

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.

9 29d ago A 35 tokens original MIT

ship

15

valsecchi75/project-scaffolder

Command

Full release pipeline — gate + version bump + changelog + tag. Executes only if /gate passes. Never pushes automatically.

9 29d ago A 27 tokens original MIT

skills

16

valsecchi75/project-scaffolder

Command

Show the skill map — maturity, connections, pending propagations, orphans. Read-only.

9 29d ago A 21 tokens original MIT

stats

17

valsecchi75/project-scaffolder

Command

Pipeline metrics from logs — task count, rejection rates, skill usage, iterations. Answers "is the plugin actually helping?".

9 29d ago A 26 tokens original MIT

task

18

valsecchi75/project-scaffolder

Command

Assign a task to the Cortex for orchestrated execution with QA, user testing, and skill learning. The full development pipeline.

9 29d ago A 27 tokens original MIT

test

19

valsecchi75/project-scaffolder

Command

Run project tests with consistent reporting. Writes result summary to the pipeline log.

9 29d ago A 17 tokens original MIT

wiki-gc

20

valsecchi75/project-scaffolder

Command

Deep wiki cleanup — archive stale content, enforce line caps, regenerate index. Never destroys history.

9 29d ago A 23 tokens original MIT

wrap

21

valsecchi75/project-scaffolder

Command

End-of-session ritual. Updates handoff, priorities, daily log, and triggers synapse hygiene. Optional git commit with --commit flag.

9 29d ago A 30 tokens original MIT

PreToolUse

22

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.

9 29d ago A tokens not measured original MIT

PostToolUse

23

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.

9 29d ago A tokens not measured original MIT

context-manager

24

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.

9 29d ago A 65 tokens original MIT