Coordinate multi-agent swarm workflows. Use when working in parallel with other agents, managing shared resources, or orchestrating distributed tasks. Covers conflict prevention, handoffs, and two-tier task tracking (native task list + artifacts).
Produces this framework's planning artifacts — PR-FAQ (working-backwards vision), PRD (requirements), and execution roadmap — from their bundled templates. Use when writing or updating a PR-FAQ, PRD, product requirements, or delivery roadmap, or when the planning flow calls for one.
Identify and analyze security threats. Use when designing a feature with security implications, before implementing auth/input-handling code, or when an audit calls for a threat model. Covers STRIDE methodology.
Coordinate parallel research workers to investigate a topic deeply and synthesize citation-backed findings — a user-invoked Research Orchestrator workflow.
Detects the project's stack from manifests and proposes tailored framework configuration — filled tech-strategy golden paths, REVIEW.md/CLAUDE.md review steering, and a prune list of unused framework pieces — as a reviewable plan, never silent writes.
Adds a structured step-by-step reasoning tool the agent can call to break a problem into revisable thoughts. Runs locally from the @modelcontextprotocol/server-sequential-thinking npm package.
Lets the agent inspect and automate a live Chrome instance through the DevTools protocol: performance traces, network, console. Runs locally from the chrome-devtools-mcp npm package.
Gives the agent read and write access to a set of allowed directories on the local filesystem. Runs locally from the @modelcontextprotocol/server-filesystem npm package.
Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.
AGENTS.md instructions for dralgorhythm/claude-agentic-framework, covering agent instructions, where things live, task tracking and landing the plane (session completion).
Claude Code instructions for dralgorhythm/claude-agentic-framework, covering claude agentic framework, quick reference, add your project's key commands here, npm run build | pytest | cargo test | go test ./.. and core principles.