agent-flow
01Plugin Claude Code
Plugin marketplace listing 1 plugin: agent-flow.
Plugin Claude Code
Plugin marketplace listing 1 plugin: agent-flow.
Plugin Claude Code
agent-flow — Claude Code plugin for automated bug-fix, feature, and scaffold workflows. Issue tracker to merged PR via a pipeline of specialized AI agents.
Instructions file
Instructions for asysta-act/agent-flow, covering claude.md, what this is, repository structure, architecture: 2-layer system and bug-fix pipeline.
Agent
Verifies acceptance criteria are fulfilled by implementation. Maps each AC to code evidence and test coverage. Read-only.
Agent
Triage + impact analysis (--phase {triage,impact}).
Agent
Designs architecture and generates task trees for feature implementation and complex bug decomposition.
Agent
Extracts structured issue cards from specifications or architect task trees.
Agent
Browser automation (reproduce phase: capture bug; verify phase: confirm fix) — phase-aware via --phase flag.
Agent
Verifies local deployment health — checks ports, starts app, polls health endpoint, inspects Docker containers.
Agent
Implements minimal, correct code changes targeting the objective. Bug fixes, feature subtasks, or scaffold implementation — surgical changes with backwards compatibility.
Agent
Analyzes backlog and recommends fix order based on impact, risk, effort, and dependencies.
Agent
Creates branch, commits, pushes, creates PR with full traceability. Updates issue tracker state.
Agent
Senior code reviewer and quality gate. Ensures root cause fix, convention compliance, no regressions. Read-only — provides feedback only.
Agent
Reverts failed fix attempts. Resets git state and posts block comment to issue tracker.
Agent
Generates minimal buildable project skeleton with tests, CI/CD, Docker, and CLAUDE.md.
Agent
Analyzes feature requests and extracts structured specifications with acceptance criteria.
Agent
Reviews project specification quality, completeness, consistency, and feasibility. Read-only — provides feedback only.
Agent
Generates complete project specification from user input — vision, architecture, epics with acceptance criteria.
Agent
Produces capacity-constrained sprint plans from prioritized issue lists.
Agent
Writes and runs unit tests verifying the change and preventing regressions. Follows project test framework conventions.
Skill Claude CodeCodex
Analyzes a specific bug from the issue tracker (analysis only, no code changes).
Skill Claude CodeCodex
Headless dispatcher that reads Bug query / Feature query from Automation Config, classifies issues, and dispatches existing skills (fix-bugs / implement-feature). Lock-file protected. For cron / batch / CI invocation.
Skill Claude CodeCodex
Automatic changelog generation from merged PRs.
Skill Claude CodeCodex
Validate Automation Config, MCP servers, and tokens.