craftlight
01Plugin Claude Code
Plugin marketplace listing 1 plugin: craftlight.
Plugin Claude Code
Plugin marketplace listing 1 plugin: craftlight.
Instructions file
Instructions for progiri/craftlight, covering claude.md — craftlight, structure, how to "test", start and craftlight.
Plugin Claude Code
Seven skills of one discipline: brief (decision by dialogue before the task), task (task router + CRAFT.md map), plan (decomposing an initiative into waves of tasks, above task), wave (running one wave of a plan in parallel — leaves in worktrees, one gate over the wave, the wave lands as one PR), debug (systematic…
Hook
Runs when a session starts on compact and resume, executing session_state.py via python3. From progiri/craftlight.
Hook
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing gate_nudge.py via python3. From progiri/craftlight.
Skill Claude CodeCodex
Working out a decision by dialogue before any task — discuss the idea, weigh options with trade-offs, record the decision in BRIEF.md, and hand it to task or plan. Use this skill when the user wants to discuss first and only then (maybe) act — "let's discuss", "before doing it let's talk", "help me decide", "help me…
Skill Claude CodeCodex
Code review without edits — the working diff, a branch against its base, a PR, a range of commits, or a named module. Each finding with a file:line proof, a severity, and a failure scenario; the unproven is filtered out by verification; the result is a verdict (ok / ok with notes / changes needed), and for a full…
Skill Claude CodeCodex
Documents "why it's this way" and "where the gotchas are" as a navigable graph. Each node is one decision/invariant/gotcha with a file:line proof. Use this skill whenever the user asks to record architectural decisions, rationale, or gotchas as a graph — "build a decision graph", "document the architecture as a…
Skill Claude CodeCodex
Systematic hunt for a bug's root cause without fixing it — build a feedback loop that goes red on the bug, read the error in full, hypotheses with testable predictions, minimal experiments, a log of what was rejected; the root, once found, goes back to task for the fix. Use this skill when the cause of a breakage is…
Skill Claude CodeCodex
Planning and decomposing a large initiative that breaks into several separate tasks — discuss the nuances, build a tree (DAG) of tasks with dependencies, and lay it out into waves of parallel execution. Use this skill when the scope is not "one task" but an epic of many tasks — the observable boundary is the work…
Skill Claude CodeCodex
Entry point for any development task — feature, bugfix, refactor, integration, migration. Use this skill whenever the user sets a task to change code — "do it", "add", "fix", "correct", "rewrite", "refactor", "implement", "fix this", "add feature" — even without the words "task" or "skill". Also trigger on the flags…
Skill Claude CodeCodex
Running one wave of a PLAN in parallel — a fan-out of spec drafters, ONE human gate over the whole wave, a fan-out of executors in their own worktrees, then sequential merges, verification, and a single PR for the wave. Use this skill when a plan's wave is ready to run and its leaves are independent — "run the wave"…