hackersandwizards

30 mods across 2 repositories, 18 stars between them.

hackersandwizards

01

hackersandwizards/artificer

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.

16 2mo ago A tokens not measured original MIT

sdlc-1-plan

02

hackersandwizards/artificer

Agent Claude Code

Turn the incoming feature request into a concrete implementation plan with explicit, checkable acceptance criteria.

16 2mo ago A 17 tokens original MIT

sdlc-10-report

03

hackersandwizards/artificer

Agent Claude Code

Summarize the whole sdlc run into one concise final report for the chat, drawing on the prior stages' handoffs.

16 2mo ago A 17 tokens original MIT

sdlc-2-tests

04

hackersandwizards/artificer

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.

16 2mo ago A 17 tokens original MIT

sdlc-7-converge

09

hackersandwizards/artificer

Agent Claude Code

Reconcile the two independent reviews (review-claude and review-codex) and emit a single clear verdict the workflow can branch on.

16 2mo ago A 21 tokens original MIT

sdlc-8-acceptance

10

hackersandwizards/artificer

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.

16 2mo ago A 20 tokens original MIT

artificer

12

hackersandwizards/artificer

Settings file Claude Code

Agent settings configuring enabledPlugins, extraKnownMarketplaces.

16 2mo ago A tokens not measured original MIT

build-workflow

23

hackersandwizards/artificer

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.

16 2mo ago A tokens not measured original MIT

build-workflow

24

hackersandwizards/artificer

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.

16 2mo ago A 48 tokens original MIT