apex-quick
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
Execute GitHub issues using full EPCT workflow (Explore-Plan-Code-Test). Converts issue requirements into completed PR.
> /plugin marketplace add fusengine/agentsHow it fires
How this command gets triggered: by you, by Claude, or both.
/run-tasksContext preview
What this command does when you run it.
Execute GitHub issues using full EPCT workflow (Explore-Plan-Code-Test). Converts issue requirements into completed PR.
description: Execute GitHub issues using full EPCT workflow (Explore-Plan-Code-Test). Converts issue requirements into completed PR. disable-model-invocation: false
Execute GitHub issue with complete EPCT workflow:
1. **Fetch Issue Details**:
gh issue view $ARGUMENTS
Extract:
2. **Execute EPCT**: Run `/epct [ISSUE_TITLE]` workflow:
**EXPLORE**: Understand affected components **PLAN**: Design solution **CODE**: Implement changes **TEST**: Validate implementation
3. **Create Branch**:
git checkout -b issue-$ISSUE_NUMBER-[slug]
4. **Commit Changes**:
git commit -m "$(cat <<'EOF' feat: [ISSUE_TITLE] Fixes #$ISSUE_NUMBER - [Change 1] - [Change 2] EOF )"
5. **Create PR**:
gh pr create --title "Fixes #$ISSUE_NUMBER: [TITLE]" --body "$(cat <<'EOF' ## Summary Resolves #$ISSUE_NUMBER ## Changes [List of changes] ## Test Plan [How tested] EOF )"
6. **Link Issue**:
gh issue comment $ISSUE_NUMBER --body "PR created: [PR_URL]"
**Arguments**:
**Example Usage**:
A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.
Repo: fusengine/agents
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
APEX Methodology - The systematic Analyze-Plan-Execute-eLicit-eXamine approach for intelligent development. Reduces hallucination and defect risk through…
Memory optimization - removes duplicates, consolidates knowledge, and cleans memory banks for better performance.
Auto-generate Pull Request with comprehensive description, test plan, and changelog. Uses gh CLI for creation.
Comprehensive codebase investigation using research-expert for documentation, explore-codebase for structure, and deep analysis. Perfect for understanding…
Systematic Explore-Plan-Code-Test methodology for structured development. Ensures comprehensive approach to feature implementation.