Plugin Claude Code
An artificer's kit for building minimal dark-factories on Claude Code: small, gated agent steps composed into deterministic builds you can read end to end.
Plugin Claude Code
An artificer's kit for building minimal dark-factories on Claude Code: small, gated agent steps composed into deterministic builds you can read end to end.
Agent Claude Code
Turn the incoming feature request into a concrete implementation plan with explicit, checkable acceptance criteria.
Agent Claude Code
Summarize the whole sdlc run into one concise final report for the chat, drawing on the prior stages' handoffs.
Agent Claude Code
Write Vitest tests for the behavior described by the previous stage's plan, in the RED state where they run and fail because the implementation does not exist yet.
Agent Claude Code
Make the failing tests from the previous stage pass with the minimum correct implementation.
Agent Claude Code
Tidy the implementation from the previous stage without changing its behavior.
Agent Claude Code
Review the changes produced by the earlier stages and report only real, substantiated defects.
Agent Claude Code
Have Codex independently review the changes produced by the earlier stages.
Agent Claude Code
Reconcile the two independent reviews (review-claude and review-codex) and emit a single clear verdict the workflow can branch on.
Agent Claude Code
Exercise the implemented feature in a real browser via the chrome-devtools MCP against the running app at http://localhost:3000 and verify it meets the plan's acceptance criteria.
Agent Claude Code
Commit the changes this workflow produced on the current branch.
Settings file Claude Code
Agent settings configuring enabledPlugins, extraKnownMarketplaces.
Skill Claude CodeCodex
Run the plan stage of the sdlc workflow.
Skill Claude CodeCodex
Run the report stage of the sdlc workflow.
Skill Claude CodeCodex
Run the tests stage of the sdlc workflow.
Skill Claude CodeCodex
Run the implement stage of the sdlc workflow.
Skill Claude CodeCodex
Run the simplify stage of the sdlc workflow.
Skill Claude CodeCodex
Run the review-claude stage of the sdlc workflow.
Skill Claude CodeCodex
Run the review-codex stage of the sdlc workflow.
Skill Claude CodeCodex
Run the converge stage of the sdlc workflow.
Skill Claude CodeCodex
Run the acceptance stage of the sdlc workflow.
Skill Claude CodeCodex
Run the commit stage of the sdlc workflow.
Plugin Claude Code
Scaffold multi-step agent workflows: per-stage subagents (each with a SubagentStop gate), manual launcher skills, and a dynamic-workflow orchestration script. Run once per stage you add.
Agent
Generator worker for the build-workflow skill. Scaffolds one stage of a multi-step workflow: a per-stage subagent with a SubagentStop gate, a manual launcher skill, and a dynamic-workflow script.