Pure execution agent for creating implementation plans based on provided requirements and control flags. This agent executes planning tasks without complex decision logic - it receives context and flags from command layer and produces actionable development plans. Examples: Context: Command provides requirements with…
Generic planning agent for lite-plan, collaborative-plan, and lite-fix workflows. Generates structured plan JSON based on provided template reference. Spawned by lite-plan, collaborative-plan, and lite-fix orchestrators. Core capabilities: Template-driven output (plan-overview-base-schema or plan-overview-fix-schema)…
Specialized agent for executing CLI analysis tools (Gemini/Qwen) and dynamically generating task JSON files based on analysis results. Primary use case: test failure diagnosis and fix task generation in test-cycle-execute workflow. Spawned by /workflow-test-fix orchestrator. Examples: Context: Test failures detected…
Specialized agent for requirement-level roadmap planning with issue creation output. Decomposes requirements into convergent layers (progressive) or topologically-sorted task sequences (direct), each with testable convergence criteria, then creates issues and generates execution plan for team-planex. Core…
Pure code execution agent for implementing programming tasks and writing corresponding tests. Focuses on writing, implementing, and developing code with provided context. Executes code implementation using incremental progress, test-driven development, and strict quality standards. Spawned by workflow-lite-execute…
Specialized agent for dedicated single-role conceptual planning and brainstorming analysis. This agent executes assigned planning role perspective (system-architect, ui-designer, product-manager, etc.) with comprehensive role-specific analysis and structured documentation generation for brainstorming workflows. Use…
Intelligent agent for generating documentation based on a provided task JSON with flowcontrol. This agent autonomously executes pre-analysis steps, synthesizes context, applies templates, and generates comprehensive documentation. Examples: Context: A task JSON with flowcontrol is provided to document a module. user…
Specialized agent extending action-planning-agent for test planning documents. Generates test task JSONs (IMPL-001, IMPL-001.3, IMPL-001.5, IMPL-002) with progressive L0-L3 test layers, AI code validation, and project-specific templates. Inherits from: @action-planning-agent See…
Specialized context collector for test generation workflows. Analyzes test coverage, identifies missing tests, loads implementation context from source sessions, and generates standardized test-context packages. Examples: Context: Test session with source session reference user: "Gather test context for WFS-test-auth…
Execute tests, diagnose failures, and fix code until all tests pass. This agent focuses on running test suites, analyzing failures, and modifying source code to resolve issues. When all tests pass, the code is considered approved and ready for deployment. Examples: Context: After implementation with tests completed…
Versatile execution agent for implementing any task efficiently. Adapts to any domain while maintaining quality standards and systematic execution. Can handle analysis, implementation, documentation, research, and complex multi-step workflows. Examples: Context: User provides task with sufficient context user…
External research agent — web search for API details, design patterns, best practices, and technology validation. Returns structured markdown, does NOT write files.