catlog22

120 mods across 4 repositories, 2.7k stars between them.

catlog22/Claude-Code-Workflow

Agent Claude Code

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…

2.1k 2mo ago A 151 tokens original MIT archived

cli-discuss-agent

02

catlog22/Claude-Code-Workflow

Agent Claude Code

Multi-CLI collaborative discussion agent with cross-verification and solution synthesis. Orchestrates 5-phase workflow: Context Prep → CLI Execution → Cross-Verify → Synthesize → Output.

2.1k 2mo ago A 42 tokens original MIT archived

cli-execution-agent

03

catlog22/Claude-Code-Workflow

Agent Claude Code

Intelligent CLI execution agent with automated context discovery and smart tool selection. Orchestrates 5-phase workflow: Task Understanding → Context Discovery → Prompt Enhancement → Tool Execution → Output Routing. Spawned by /workflow-execute orchestrator.

2.1k 2mo ago A 52 tokens original MIT archived

cli-explore-agent

04

catlog22/Claude-Code-Workflow

Agent Claude Code

Read-only code exploration agent with dual-source analysis strategy (Bash + Gemini CLI). Orchestrates 4-phase workflow: Task Understanding → Analysis Execution → Structure Check → Output Generation. Spawned by /explore command orchestrator.

2.1k 2mo ago A 52 tokens original MIT archived

catlog22/Claude-Code-Workflow

Agent Claude Code

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)…

2.1k 2mo ago A 111 tokens original MIT archived

cli-planning-agent

06

catlog22/Claude-Code-Workflow

Agent Claude Code

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…

2.1k 2mo ago A 180 tokens original MIT archived

catlog22/Claude-Code-Workflow

Agent Claude Code

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…

2.1k 2mo ago A 126 tokens original MIT archived

code-developer

08

catlog22/Claude-Code-Workflow

Agent Claude Code

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…

2.1k 2mo ago A 158 tokens original MIT archived

catlog22/Claude-Code-Workflow

Agent Claude Code

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…

2.1k 2mo ago A 221 tokens original MIT archived

catlog22/Claude-Code-Workflow

Agent Claude Code

Intelligent context collector for development tasks. Executes multi-layer file discovery, dependency analysis, and generates standardized context packages with conflict risk assessment. Examples: Context: Task with session metadata user: "Gather context for implementing user authentication" assistant: "I'll analyze…

2.1k 2mo ago A 131 tokens original MIT archived

debug-explore-agent

11

catlog22/Claude-Code-Workflow

Agent Claude Code

Hypothesis-driven debugging agent with NDJSON logging, CLI-assisted analysis, and iterative verification. Orchestrates 5-phase workflow: Bug Analysis → Hypothesis Generation → Instrumentation → Log Analysis → Fix Verification.

2.1k 2mo ago A 47 tokens original MIT archived

doc-generator

12

catlog22/Claude-Code-Workflow

Agent Claude Code

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…

2.1k 2mo ago A 140 tokens original MIT archived

issue-plan-agent

13

catlog22/Claude-Code-Workflow

Agent Claude Code

Closed-loop issue planning agent combining ACE exploration and solution generation. Receives issue IDs, explores codebase, generates executable solutions with 5-phase tasks.

2.1k 2mo ago A 34 tokens original MIT archived

issue-queue-agent

14

catlog22/Claude-Code-Workflow

Agent Claude Code

Solution ordering agent for queue formation with Gemini CLI conflict analysis. Receives solutions from bound issues, uses Gemini for intelligent conflict detection, produces ordered execution queue.

2.1k 2mo ago A 36 tokens original MIT archived

tdd-developer

16

catlog22/Claude-Code-Workflow

Agent Claude Code

TDD-aware code execution agent specialized for Red-Green-Refactor workflows. Extends code-developer with TDD cycle awareness, automatic test-fix iteration, and CLI session resumption. Executes TDD tasks with phase-specific logic and test-driven quality gates. Examples: Context: TDD task with Red-Green-Refactor phases…

2.1k 2mo ago A 185 tokens original MIT archived

team-supervisor

17

catlog22/Claude-Code-Workflow

Agent Claude Code

Message-driven resident agent for pipeline supervision. Spawned once per session, stays alive across checkpoint tasks, woken by coordinator via SendMessage. Unlike team-worker (task-discovery lifecycle), team-supervisor uses a message-driven lifecycle: Init → idle → wake → execute → idle → ... → shutdown. Reads…

2.1k 2mo ago A 236 tokens original MIT archived

team-worker

18

catlog22/Claude-Code-Workflow

Agent Claude Code

Unified worker agent for team-lifecycle. Contains all shared team behavior (Phase 1 Task Discovery, Phase 5 Report + Pipeline Notification, Message Bus, Consensus Handling, Inner Loop lifecycle). Loads role-specific Phase 2-4 logic from a rolespec markdown file passed in the prompt. Examples: Context: Coordinator…

2.1k 2mo ago A 263 tokens original MIT archived

catlog22/Claude-Code-Workflow

Agent Claude Code

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…

2.1k 2mo ago A 184 tokens original MIT archived

catlog22/Claude-Code-Workflow

Agent Claude Code

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…

2.1k 2mo ago A 144 tokens original MIT archived

test-fix-agent

21

catlog22/Claude-Code-Workflow

Agent Claude Code

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…

2.1k 2mo ago A 233 tokens original MIT archived

ui-design-agent

22

catlog22/Claude-Code-Workflow

Agent Claude Code

Specialized agent for UI design token management and prototype generation with W3C Design Tokens Format compliance. Core capabilities: W3C Design Tokens Format implementation with $type metadata and structured values State-based component definitions (default, hover, focus, active, disabled) Complete component library…

2.1k 2mo ago A 199 tokens original MIT archived

universal-executor

23

catlog22/Claude-Code-Workflow

Agent Claude Code

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…

2.1k 2mo ago A 147 tokens original MIT archived

catlog22/Claude-Code-Workflow

Agent Claude Code

External research agent — web search for API details, design patterns, best practices, and technology validation. Returns structured markdown, does NOT write files.

2.1k 2mo ago A 34 tokens original MIT archived