🤖
AI EngineeringPython

Agentic Workflow

by parcadei

Agentic Workflow is an AI Engineering skill for Claude Code, published by parcadei in Continuous-Claude-v3.

3.9K stars296 forkson parcadei/Continuous-Claude-v3Added 2026/08/16Repository updated 2026/01/26
agentsclaude-codeclaude-code-cliclaude-code-hooksclaude-code-mcpclaude-code-skillsclaude-code-subagentsclaude-skillsmcp
Install in seconds
Install Agentic Workflow
Copy Agentic Workflow into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/agentic-workflow ~/.claude/skills/agentic-workflow

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/parcadei/Continuous-Claude-v3.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/agentic-workflow/SKILL.md in parcadei/Continuous-Claude-v3
Installs to
~/.claude/skills/agentic-workflow
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering2451 skills

What Agentic Workflow does

Agentic Workflow defines a multi-agent pipeline for implementation tasks in Claude Code, using background agents, file-based handoffs, and TDD. Use it to orchestrate research, planning, validation, implementation, and review without flooding the main context.

Agentic Workflow is cataloged under AI Engineering on DirSkills. Agentic Workflow comes from a repository tagged agents, claude-code, claude-code-cli, claude-code-hooks and claude-code-mcp.

Documentation

README

Agentic Workflow Pattern

Standard multi-agent pipeline for implementation tasks.

Architecture Principles

  • Use run_in_background: true for all agents to keep main context minimal
  • Use Task tool (never TaskOutput) 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
""")
  • Enforce NIA as the research layer
  • Output: Research findings

This is the opening of the README. Read the full README on GitHub.

Commands Agentic Workflow provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /nia-docs

Frequently asked about Agentic Workflow

  • What else does parcadei publish alongside Agentic Workflow?

    Agentic Workflow is one of 25 skills that DirSkills catalogs from parcadei/Continuous-Claude-v3, the repository it ships in. Its siblings there include AST-Grep Find, Agent Context Isolation and Agent Orchestration. Each one is a separate skill with its own page in this directory, installs the same way Agentic Workflow does, and is maintained by parcadei in that same repository. The rest of the collection is listed on the parcadei/Continuous-Claude-v3 page.

  • How does Agentic Workflow compare to other AI Engineering skills?

    Agentic Workflow ranks #551 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Agentic Workflow against them. Open each page to compare what they document and how they install.

More from parcadei/Continuous-Claude-v3

Agentic Workflow is one of 25 skills cataloged on DirSkills from parcadei/Continuous-Claude-v3.

See all 25 skills
🔍
2w ago

AST-Grep Find

AST-Grep Find performs syntax-aware code search and refactoring using ast-grep patterns. Use it to find function calls, imports, and class definitions, or rename and replace code across a codebase.
Quality
3.9K296
🧠
2w ago

Agent Context Isolation

Agent Context Isolation prevents agent output from polluting the main context window by using background agents with file-based coordination instead of reading full transcripts. Use it when you need to preserve conversation context while delegating work to subagents.
AI Engineering
3.9K296
🤖
2w ago

Agent Orchestration

Agent Orchestration defines rules for delegating implementation tasks to subagents so the main context stays lean. Use it when planning multi-file features or following a plan phase to avoid burning context in the main chat.
AI Engineering
3.9K296
🔌
2w ago

Agentica Claude Proxy

Agentica Claude Proxy connects Agentica SDK to Claude Code CLI through a local proxy so agents can use Read, Write, Edit, and Bash tools. Use it when setting up or debugging agent integrations, fixing permission errors, or preventing hallucinations.
AI Engineering
3.9K296
🧩
2w ago

Agentica Infrastructure

Agentica Infrastructure documents the Agentica multi-agent coordination APIs, including 11 pattern classes, primitives, and the coordination database schema. Use it when building multi-agent workflows, implementing custom patterns, or debugging agent tracking.
AI Engineering
3.9K296
🧠
2w ago

Agentica Prompts

Agentica Prompts provides templates and patterns for writing reliable prompts for Agentica/REPL agents, reducing instruction ambiguity and improving multi-agent orchestration reliability.
AI Engineering
3.9K296