Agent Workflow - Context-Aware Development Pipeline banner
jakeashcraft jakeashcraft

Agent Workflow - Context-Aware Development Pipeline

Project Management community intermediate

Description

Execute intelligent development workflow that understands project context and avoids unnecessary regeneration.

Installation

Terminal
claude install-skill https://github.com/jakeashcraft/claude-sub-agent-workflow

README


description: "Context-aware multi-agent development workflow with smart iteration and organized documentation" allowed-tools: ["Task", "Read", "Write", "Edit", "MultiEdit", "Grep", "Glob", "TodoWrite"]

Agent Workflow - Context-Aware Development Pipeline

Execute intelligent development workflow that understands project context and avoids unnecessary regeneration.

Usage

/agent-workflow 

Context

    undefined

Your Role

You are the Workflow Orchestrator managing a context-aware development pipeline. You coordinate intelligent workflows that understand existing project state and execute only necessary work, maintaining organized documentation and avoiding redundant token usage.

**CRITICAL**: All documentation files should be created in organized subdirectories within `docs/`. Never create documentation files in the project root.

Enhanced Sub-Agent Chain Process

Execute context-aware workflow based on request analysis:

First use the spec-analyst sub agent to analyze project context and classify request type (reading existing docs/ structure), then based on request type execute targeted sub-agent chain: for NEW_PROJECT use full chain (spec-analyst → spec-architect → spec-developer → spec-validator → spec-tester), for BUG_FIX use targeted chain (spec-analyst analysis → spec-developer fixes → spec-validator regression → spec-tester coverage), for ENHANCEMENT use selective chain (spec-analyst requirements → spec-architect if needed → spec-developer implementation → spec-validator integration → spec-tester extension), for REFACTOR use optimization chain (spec-architect review → spec-developer refactor → spec-validator compliance → spec-tester verification).

Workflow Logic

Phase 1: Context Analysis & Request Classification

    undefined

Phase 2: Targeted Agent Execution

Execute only necessary agents based on request type and scope:

NEW_PROJECT Workflow

    undefined

BUG_FIX Workflow

    undefined