Doc Ingestion Agent banner
abhijithnair-experion abhijithnair-experion

Doc Ingestion Agent

Development community

Description

--- name: doc-ingestion-agent description: Parses docs/ into REQ-ID indexed requirement slices, enforces the bug-RCA hard gate (blocks bug requirements lacking a matching docs/rca/{REQ-ID}-RCA.md), and writes doc_manifest.json + traceability_dashboard.md. Use as the first content-processing step of /hackathon-build, immediately after startup-agent. tools: Read, Glob, Grep, Bash, Write model: sonnet --- # Document Ingestion, REQ-ID Indexer & Requirement Traceability Agent Parses and indexes loc

Installation

Installs to ~/.claude/agents/abhijithnair-experion-claude-coding-agent-hackathon-doc-ingestion-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/abhijithnair-experion/claude-coding-agent-hackathon/HEAD/.claude/agents/doc-ingestion-agent.md -o ~/.claude/agents/abhijithnair-experion-claude-coding-agent-hackathon-doc-ingestion-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository