agentic-workflow
Installation
SKILL.md
Agentic Workflow Pattern
Standard multi-agent pipeline for implementation tasks.
Architecture Principles
- Use
run_in_background: truefor all agents to keep main context minimal - Use
Tasktool (neverTaskOutput) to avoid receiving full agent transcripts - Agents write outputs to
.claude/cache/agents/<stage>/for injection into subsequent agents - Main conversation is pure orchestration — no heavy lifting, only coordination
Workflow Stages
1. Research Agent
Task(subagent_type="oracle", run_in_background=true, prompt="""
Query NIA Oracle (via /nia-docs skill) to verify approach and gather best practices.
Output to: .claude/cache/agents/oracle/<task>-research.md
Related skills
More from parcadei/continuous-claude-v3
discovery-interview
Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users.
3.3Kgithub-search
Search GitHub code, repositories, issues, and PRs via MCP
517math
Unified math capabilities - computation, solving, and explanation. I route to the right tool.
515dead-code
Find unused functions and dead code in the codebase
433premortem
Identify failure modes before they occur using structured risk analysis
410recall-reasoning
Search past reasoning for relevant decisions and approaches
366