marconae/speq-skill

A light-weight and straightforward system for spec-driven development with Claude Code or OpenAI Codex. Written in Rust 🦀

50Stars on the repository
29Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

audit-agent

01

marconae/speq-skill

Agent Claude Code

Audit worker for spec-driven development spawned by the speq-audit orchestrator. Verifies specs/mission.md against the real spec library and returns the inconsistencies. Read-only — authors nothing.

50 1mo ago A 42 tokens original MIT

code-reviewer

02

marconae/speq-skill

Agent Claude Code

Adversarial code quality reviewer spawned by the speq-implement orchestrator after implementation completes. Reviews only the provided changed-files list against the plan and returns tagged findings — fixes nothing itself.

50 1mo ago A 42 tokens original MIT

git-agent

03

marconae/speq-skill

Agent Claude Code

Generic git and GitHub operations worker — the single component permitted to write git history and touch the remote. Executes exactly one caller-specified operation per invocation on exactly the parameters supplied: create or checkout branches, commit caller-named paths, push, create/comment/read PRs and issues, and…

50 1mo ago A 85 tokens original MIT

implementer-agent

04

marconae/speq-skill

Agent Claude Code

Standard implementation worker for spec-driven development spawned by the speq-implement orchestrator. Executes untagged tasks.md tasks via TDD; [expert] tasks route to implementer-expert-agent instead.

50 1mo ago A 45 tokens original MIT

marconae/speq-skill

Agent Claude Code

Expert implementation worker for spec-driven development. Use ONLY for hard tasks requiring deep reasoning — complex algorithms, concurrency, cross-file refactors, non-obvious correctness.

50 1mo ago A 38 tokens original MIT

plan-reviewer

06

marconae/speq-skill

Agent Claude Code

Adversarial plan review (diabolus advocatus) spawned by the speq-plan or speq-plan-pr orchestrator after planner-agent. Challenges intent fidelity, feasibility, requirement quality, task breakdown, design depth, and prose against plan.md/decision-log.md/spec deltas. Writes only its own review-findings file; authors no…

50 1mo ago A 75 tokens original MIT

planner-agent

07

marconae/speq-skill

Agent Claude Code

Planning worker for spec-driven development spawned by the speq-plan or speq-plan-pr orchestrator. Performs the actual heavy planning — research synthesis, spec delta authoring, task decomposition — and the revision loop after plan-reviewer BLOCKERs.

50 1mo ago A 52 tokens original MIT

recorder-agent

08

marconae/speq-skill

Agent Claude Code

Spec recording worker for spec-driven development spawned by speq-record orchestrator. Merges plan deltas into permanent specs and archives completed plans.

50 1mo ago A 32 tokens original MIT