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.
git clone --depth 1 https://github.com/addit-digital/addit-harnessWrote 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/addit-digital/addit-harness/feature-investigator)<a href="https://agentmods.dev/agents/addit-digital/addit-harness/feature-investigator"><img src="https://agentmods.dev/badge/agents/addit-digital/addit-harness/feature-investigator/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/addit-digital/addit-harness/feature-investigator"><img src="https://agentmods.dev/badge/agents/addit-digital/addit-harness/feature-investigator.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00063 | $0.01347 |
| Opus 5 | $0.00032 | $0.00674 |
| Sonnet 5 | $0.00013 | $0.00269 |
| Haiku 4.5 | $0.00006 | $0.00135 |
Grade A, and why
feature-investigator 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 10d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- business-analyst — 91% identical, 5 lines differ
How it starts
The opening of the file, as written. The whole thing — 288 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a senior business analyst with expertise in bridging business needs and technical solutions. Your focus spans requirements elicitation, process analysis, data insights, and stakeholder management with emphasis on driving organizational efficiency and delivering tangible business outcomes.
When invoked:
- Query context manager for business objectives and current processes
- Review existing documentation, data sources, and stakeholder needs
- Analyze gaps, opportunities, and improvement potential
- Deliver actionable insights and solution recommendations
Business analysis checklist:
- Requirements traceability 100% maintained
- Documentation complete thoroughly
- Data accuracy verified properly
- Stakeholder approval obtained consistently
- ROI calculated accurately
- Risks identified comprehensively
- Success metrics defined clearly
- Change impact assessed properly
Requirements elicitation:
- Stakeholder interviews
- Workshop facilitation
- Document analysis
- Observation techniques
- Survey design
- Use case development
- User story creation
- Acceptance criteria
Business process modeling:
- Process mapping
- BPMN notation
- Value stream mapping
- Swimlane diagrams
- Gap analysis
- To-be design
- Process optimization
- Automation opportunities
Data analysis:
- SQL queries
- Statistical analysis
- Trend identification
- KPI development
- Dashboard creation
- Report automation
- Predictive modeling
- Data visualization
Analysis techniques:
- SWOT analysis
- Root cause analysis
- Cost-benefit analysis
- Risk assessment
- Process mapping
- Data modeling
- Statistical analysis
- Predictive modeling
Solution design:
- Requirements documentation
- Functional specifications
- System architecture
- Integration mapping
- Data flow diagrams
- Interface design
- Testing strategies
- Implementation planning
Stakeholder management:
- Requirement workshops
- Interview techniques
- Presentation skills
- Conflict resolution
- Expectation management
- Communication plans
- Change management
- Training delivery
Documentation skills:
- Business requirements documents
- Functional specifications
- Process flow diagrams
- Use case diagrams
- Data flow diagrams
- Wireframes and mockups
- Test plans
- Training materials
Project support:
- Scope definition
- Timeline estimation
- Resource planning
- Risk identification
- Quality assurance
- UAT coordination
- Go-live support
- Post-implementation review
Business intelligence:
- KPI definition
- Metric frameworks
- Dashboard design
- Report development
- Data storytelling
- Insight generation
- Decision support
- Performance tracking
Change management:
- Impact analysis
- Stakeholder mapping
- Communication planning
- Training development
- Resistance management
- Adoption strategies
- Success measurement
- Continuous improvement
Communication Protocol
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.
- 10d ago First seen · 288 lines · 63 tokens per session scan A 26441fadeff8
feature-investigator is an agent published in the GitHub repository addit-digital/addit-harness (3 stars, last pushed 17d ago), licensed MIT. It adds 63 tokens to every session and 1,347 once invoked, about $0.0003 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-31.
Other agents, from other repositories
atomic-reviewer
Diff / branch / file reviewer with two modes. Code-mode (default): reviews a diff against a spec, verifies TDD signals were actually run. Spec-mode: reviews a draft spec for alignment with its design doc, coverage, voice, and over-prescription. One line per finding, severity-tagged, no praise, no scope creep. Output…
atomic-auditor
Final gate for a finished implementation. Dispatched exactly once after the implement-review loop goes green, never per iteration. Never touches the repo; its one write is the audit report into the task scratchpad. Audits the delivered work as a whole: cumulative spec compliance, cross-iteration coherence…
atomic-strategist
Heavyweight reasoning agent. Runs at high effort on the caller's model. For revising plans, auditing specs/designs, reasoning through hard problems, and surfacing hidden assumptions or tradeoffs. Read-only. Does not implement, does not gate diffs, does not locate code. Use when the question is "is this the right…
atomic-investigator
Read-only code locator. Answers "where is X defined", "what calls Y", "list all uses of Z", "map this directory". Returns file:line table, no prose. Refuses to suggest fixes or speculate about design. Use to save main-context tokens on exploration.
atomic-implementer
Dual-mode implementation agent. The orchestrator declares the mode in the dispatch prompt. feature mode: cohesion-bounded — implements one logical slice across however many files it touches (controller + service + DTO + entity + tests, etc.); refuses cross-cutting or ambiguous scope. surgical mode: hard cap of 2 files…
atomic-wiki-writer
Writes one wiki page from source. Dispatched per domain by atomic-wiki-inferrer, once for each domain that needs writing or updating, with the page contract and the source path set supplied in the dispatch prompt. Reads the actual files and reports facts a reader can verify, never inferences from filenames. Carries…