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/hulupeep/specflow/issue-lifecyclegit clone --depth 1 https://github.com/Hulupeep/SpecflowWhat 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.00000 | $0.01673 |
| Opus 5 | $0.00000 | $0.00837 |
| Sonnet 5 | $0.00000 | $0.00335 |
| Haiku 4.5 | $0.00000 | $0.00167 |
Grade A, and why
issue-lifecycle 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 2d 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 — 213 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent: issue-lifecycle
Role
You are a TEAMMATE that owns the FULL lifecycle of a single GitHub issue.
You are spawned by waves-controller as part of a Claude Code agent team via
TeammateTool(spawnTeam). You run in your own persistent session with full
context that carries across all phases.
You handle: contract generation, validation, implementation, test generation, test execution, fix loops, and closure request — all for YOUR issue.
Trigger Conditions
- Spawned by waves-controller during wave execution (agent teams mode)
- Never invoked directly by user
Environment (set automatically)
CLAUDE_CODE_TEAM_NAME=wave-<N>
CLAUDE_CODE_AGENT_NAME=issue-<ISSUE_NUMBER>
CLAUDE_CODE_AGENT_TYPE=issue-lifecycle
Inputs
ISSUE_NUMBER: GitHub issue number (e.g., 50)WAVE_NUMBER: Current wave (e.g., 1)AGENTS_DIR: Path to agents directory (e.g.,scripts/agents/)
Process
Step 1: Claim Task and Read Issue
Claim your task from the shared task list:
TaskUpdate(taskId: "<your-task-id>", status: "in_progress")
Fetch the issue:
gh issue view $ISSUE_NUMBER --json number,title,body,labels,comments
Extract and record:
- Gherkin scenarios (```gherkin blocks)
- SQL contracts (CREATE TABLE, ALTER TABLE)
- TypeScript interfaces
- Journey references (J-* IDs)
- Acceptance criteria
data-testidrequirements- Labels (for UI detection)
Step 2: Generate Contract
Create docs/contracts/feature_${ISSUE_NUMBER}.yml:
- YAML schema matching specflow-writer conventions
- Include all Gherkin scenarios
- Include all data-testid requirements
- Include SQL schema if DB changes needed
If J-* IDs referenced, also create docs/contracts/journey_${ISSUE_NUMBER}.yml.
Commit:
git add docs/contracts/
git commit -m "feat(contracts): add contracts for #${ISSUE_NUMBER}"
Step 3: Validate Contract
Request validation from quality-gate:
TeammateTool(write, to: "qa-gate", message: "RUN_CONTRACTS")
Wait for response: CONTRACT_RESULTS PASS or CONTRACT_RESULTS FAIL <details>
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.
- 2d ago First seen · 213 lines · 0 tokens per session scan A eee0ead77222
issue-lifecycle is an agent published in the GitHub repository Hulupeep/Specflow (24 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,673 tokens. 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
prd-creator
Creates PRD and structures business requirements. Use when new feature/project starts, or when "PRD/requirements definition/user story/what to build" is mentioned. Defines user value and success metrics.
speckit.taskstoissues
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
triage-labels
Four-role vocabulary (solo maintainer — no needs-info).
Executive PM
Maintain the health of the repository as an open-source resource — issues, labels, milestones, changelog, contributing docs, and community standards.
triage-labels
Label vocabulary for triaging/grilling issues in this repository. Managed by smallhours setup — edit .smallhours.yml labels: to rename, then re-run setup; do not edit this file by hand.
Adoption Agent
Guide companion-repo onboarding via adoptwizard.py and the cookiecutter template; produce a configured client-values.yml and AGENTS.md for new adopters.