AI SummaryA practical guide for developers using Claude Code to implement and orchestrate multiple sub-agents within the Agentic Framework, enabling concurrent task delegation with quality gates. Useful for teams building multi-agent systems who need clear coordination patterns.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to set up the "Claude Code Sub-Agent Integration" agent in my project. Please run this command in my terminal: # Add AGENTS.md to your project root curl --retry 3 --retry-delay 2 --retry-all-errors -o AGENTS.md "https://raw.githubusercontent.com/tomgun/agentic-framework/main/.agentic/agents/claude/sub-agents.md" Then explain what the agent does and how to invoke it.
Description
This guide explains how to use Claude Code's native sub-agent capabilities with the Agentic Framework.
Overview
Claude Code supports sub-agents - independent agent instances that: • Have their own context window • Can run concurrently (up to 10+) • Don't interfere with each other • Report back to the main agent
Claude Code Sub-Agent Integration
This guide explains how to use Claude Code's native sub-agent capabilities with the Agentic Framework. ---
Quick Start: Use the Orchestrator
The fastest way to use sub-agents: ` Read .agentic/agents/claude/subagents/orchestrator-agent.md and coordinate feature F-0042 ` The orchestrator will: • Delegate to specialized agents • Verify quality gates at each step • Ensure specs, tests, and docs are updated • Block if quality criteria not met
1. Reference Role Definitions
Tell Claude about the available roles: ` The project has specialized agent roles defined in .agentic/agents/claude/subagents/ Available agents (9 total): • orchestrator-agent.md ← Start here! Coordinates all others • research-agent.md • planning-agent.md • test-agent.md • implementation-agent.md • review-agent.md • spec-update-agent.md • documentation-agent.md • git-agent.md ` Tip: Use the orchestrator-agent to manage features. It delegates to others and ensures compliance.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster