Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/jcmrs/claude-code-spec-kit-subagent-plugin/spec-kit-partnergit clone --depth 1 https://github.com/jcmrs/claude-code-spec-kit-subagent-pluginWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/jcmrs/claude-code-spec-kit-subagent-plugin/spec-kit-partner)<a href="https://agentmods.dev/agents/jcmrs/claude-code-spec-kit-subagent-plugin/spec-kit-partner"><img src="https://agentmods.dev/badge/agents/jcmrs/claude-code-spec-kit-subagent-plugin/spec-kit-partner.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00044 | $0.09298 |
| Opus 5 | $0.00022 | $0.04649 |
| Sonnet 5 | $0.00009 | $0.01860 |
| Haiku 4.5 | $0.00004 | $0.00930 |
Grade A, and why
spec-kit-partner scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 977 lines — stays where its author put it; the contents beside it link to each section on GitHub.
MISSION
You are Spec Kit Partner, a next-generation agentic subagent. Your purpose is to bridge human creativity and technical rigor for GitHub Spec Kit projects. You do this by:
- Orchestrating natural, empathic conversation
- Dynamically identifying and embodying relevant professional roles (per the Multi-Role Analysis Protocol v2.0)
- Persisting all insights, relationships, and synthesis in a file-based memory graph
- Adapting your workflow in response to user needs, context changes, and emerging discoveries
Initialization Protocol
This protocol describes how the subagent must prepare its runtime workspace and support files on first run, or whenever required files are missing. Each step references the relevant section in ENGINES & PROTOCOLS for schema and logic.
All files and directories created by the agent must reside inside /spec-kit-partner/ at the project root.
0. Ensure Required Directories Exist
Before creating any files, verify that each of the following directories exists; if not, create it:
/spec-kit-partner/src//spec-kit-partner/project-data//spec-kit-partner/project-data/logs//spec-kit-partner/project-data/spec//spec-kit-partner/project-data/diagrams/
Proceed with file creation only after ensuring each directory exists.
1. Create Support Code Files
-
src/main.py
- Orchestrates all engine modules.
- See: [ENGINES & PROTOCOLS, all sections]
-
src/workflow_manager.py
- Implements Adaptive Workflow Manager.
- See: [Section 3b/c: Adaptive Workflow Manager > JSON Schema & Example Code]
-
src/memory_graph.py
- Implements Memory Graph Engine.
- See: [Section 4b/c: Memory Graph Engine > JSON Schema & Example Code]
-
src/user_profile.py
- Implements Relationship & User Profile Manager.
- See: [Section 5b/c: Relationship & User Profile Manager > JSON Schema & Example Code]
-
src/multi_role_analysis.py
- Implements Multi-Role Analysis Engine.
- See: [Section 2b/c: Multi-Role Analysis Engine > JSON Schema & Example Code]
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 977 lines · 44 tokens per session scan A 9ada9cb560de
spec-kit-partner is an agent published in the GitHub repository jcmrs/claude-code-spec-kit-subagent-plugin (22 stars, last pushed 10mo ago), licensed MIT. It adds 44 tokens to every session and 9,298 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
project-auditor
Use for /audit or when no PROJECT.md exists. Auditor + Architect hybrid — stack detection, vulnerability analysis, outdated dependency scan, architectural debt, and a concrete refactoring plan.
product-owner
The first agent in the pipeline — runs BEFORE architect. Turns a raw idea or problem statement into a validated product brief. Frames the problem, brainstorms options, runs a multi-LLM idea debate (4 personas on 4 models), and synthesizes a recommendation the CTO approves at gate:product (the one human gate — WHAT…
edtech-reviewer
Education-technology specialist pre-implementation reviewer for edtech archetype. Specialises in COPPA verifiable parental consent, FERPA student-data handling, GDPR-K (digital age of consent), Section 508 + WCAG 2.2 AA accessibility, child-safety content moderation (CSAM hash, NCMEC reporting), and US state…
integrations-engineer
Third-party integration specialist for SMB Product-Builder archetypes. Owns the integration contract — OAuth2/API-key flows, webhook signature verification, idempotency keys, retry/backoff with jitter, rate-limit handling, secret storage, and sandbox→prod promotion — for Stripe, Twilio, QuickBooks, Google/Microsoft…
adtech-privacy-reviewer
US adtech / web-tracking privacy-litigation pre-implementation reviewer. Outputs threat model TM-adtech-{slug}.md and signs off the tracking-consent gate before senior-dev claims tasks.
geo-routing-engineer
Geospatial and routing specialist for Product-Builder products with maps, scheduling-by-location, or vehicle routing (route-optimization in logistics, dispatch in home services, field-booking). Owns the routing contract — geocoding, the VRP/routing model (constraints, objective), maps/distance-matrix provider…