marconae

31 mods across 2 repositories, 60 stars between them.

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

speq-audit

09

marconae/speq-skill

Skill Claude CodeCodex

Audit a speq project's health — spec-library structure, feature/decision-log/plan validation, mission-to-spec sync, unrecorded plans, and gitignore hygiene — then guide fixes. Use when the user asks to audit, health-check, doctor, lint, or sanity-check the specs or repo, or after cloning or inheriting a speq project.

50 1mo ago A 77 tokens original MIT

speq-cli

10

marconae/speq-skill

Skill Claude CodeCodex

Query specs via the speq CLI — semantic search, feature listing, structure validation. Use before reading any spec file; every speq orchestrator and sub-agent invokes this first for spec discovery, search, or validation.

50 1mo ago A 48 tokens original MIT

marconae/speq-skill

Skill Claude CodeCodex

TDD cycle and code quality guardrails — failing-test-first, evidence, dependency, error-handling, and test-quality rules. Triggered by /speq-implement, implementer-agent, implementer-expert-agent, and code-reviewer before any implementation or review work.

50 1mo ago A 63 tokens original MIT

speq-code-review

12

marconae/speq-skill

Skill Claude CodeCodex

Code review tag taxonomy and findings output format — guardrail violations, dead code, test quality, bad comments, optimizations, YAGNI/over-engineering, error handling, and design depth. Triggered by code-reviewer.

50 1mo ago A 52 tokens original MIT

speq-code-tools

13

marconae/speq-skill

Skill Claude CodeCodex

Semantic code navigation and editing via Serena MCP — symbol-level tools preferred over grep/find/manual edits. Triggered by /speq-mission, /speq-implement, planner-agent, implementer-agent, implementer-expert-agent, code-reviewer, and recorder-agent.

50 1mo ago A 60 tokens original MIT

marconae/speq-skill

Skill Claude CodeCodex

Complexity-management design principles — deep modules, information hiding and leakage, module boundaries, dependency direction, strategic vs. tactical tradeoffs. Triggered by planner-agent, plan-reviewer, implementer-agent, implementer-expert-agent, and code-reviewer before any design, implementation, or review work.

50 1mo ago A 68 tokens original MIT

speq-ext-research

15

marconae/speq-skill

Skill Claude CodeCodex

External documentation and research via Context7 and WebSearch — library APIs and design patterns. Triggered by /speq-mission, /speq-implement, planner-agent, implementer-agent, and implementer-expert-agent when current external sources are needed.

50 1mo ago A 58 tokens original MIT

speq-git-discipline

16

marconae/speq-skill

Skill Claude CodeCodex

Read-only git guardrails and the Conventional Commits reference — no history writes, verify changes before completing. Triggered by planner-agent, implementer-agent, implementer-expert-agent, and recorder-agent; git-agent alone is exempt and uses /speq-git-operations instead.

50 1mo ago A 64 tokens original MIT

speq-git-operations

17

marconae/speq-skill

Skill Claude CodeCodex

The git/gh operation-to-command mapping and return formats for git-agent — the sole write-permitted actor in this system. Triggered by git-agent.

50 1mo ago A 38 tokens original MIT

speq-implement-pr

18

marconae/speq-skill

Skill Claude CodeCodex

Headless follow-up to /speq-plan-pr. Continues on a plan's feat/plan-name branch, runs /speq-implement, bumps the version, runs the real test suites, records only if green, then pushes, opens/updates the PR, and marks it ready. Arg: plan name, PR number, or branch name.

50 1mo ago A 77 tokens original MIT

speq-implement

19

marconae/speq-skill

Skill Claude CodeCodex

Orchestrate implementation of a reviewed plan: task breakdown, TDD sub-agents, code review, and verification report. Use when the user asks to implement, build, or execute a plan under specs/plans/ — after /speq-plan, before /speq-record. Arg: .

50 1mo ago A 68 tokens original MIT

speq-mission

20

marconae/speq-skill

Skill Claude CodeCodex

Create or update specs/mission.md through a Socratic interview; detects brownfield vs greenfield. Use when the user asks to bootstrap or initialize a speq project, write or revise the project mission, or when /speq-audit reports mission drift and seeds this skill with its findings.

50 1mo ago A 65 tokens original MIT

speq-plan-pr

21

marconae/speq-skill

Skill Claude CodeCodex

Headless, non-interactive version of /speq-plan for CI or agent-driven runs. Plans a feature without a live interview, commits the result to a feat/plan-name branch, and opens a draft PR. If a decision genuinely needs a human, it persists the partial plan and open questions and asks in a PR comment instead of…

50 1mo ago A 91 tokens original MIT

speq-plan-review

22

marconae/speq-skill

Skill Claude CodeCodex

Adversarial plan-review method and challenge taxonomy — premortem framing, multi-axis challenge taxonomy, severity discipline, and findings output format. Triggered by plan-reviewer.

50 1mo ago A 40 tokens original MIT

speq-plan

23

marconae/speq-skill

Skill Claude CodeCodex

Plan a feature or change through a clarifying interview, producing spec deltas, plan.md, and decision-log.md via planner-agent with adversarial review. Use when the user asks to plan, spec, design, or scope a new feature, a change or removal of existing behavior, a refactor, or a fix — before any implementation.

50 1mo ago A 73 tokens original MIT

speq-planning

24

marconae/speq-skill

Skill Claude CodeCodex

Plan-authoring workflow — spec delta authoring, test mapping, plan.md/decision-log.md generation, expert-task tagging, headless escalation, and revision mode. Triggered by planner-agent.

50 1mo ago A 44 tokens original MIT