apex

Orchestrate a multi-step software development workflow with analysis, planning, execution, and validation phases.

Updated Aug 6, 2025
One-click install
npx skills add https://github.com/flosrn/.claude --skill apex-flosrn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apex
Source: https://github.com/flosrn/.claude/tree/main/skills/workflow-apex
Command: npx skills add https://github.com/flosrn/.claude --skill apex-flosrn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, pnpm, node, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the entire software development lifecycle, from initial analysis and planning through execution, validation, and even adversarial review and testing, ensuring high-quality code changes with a structured, repeatable process.

Core Features & Use Cases

  • Structured Workflow: Guides users through a defined sequence of steps (Analyze, Plan, Execute, Validate, etc.).
  • Mode Flexibility: Supports various modes like Economy (token-saving), Team (parallel agents), Branching, Worktree isolation, and PR creation.
  • Use Case: When implementing a new feature or fixing a complex bug, use APEX to systematically gather requirements, plan the changes file-by-file, execute the implementation, validate the code, and optionally have it reviewed and tested, all within a controlled workflow.

Quick Start

Use the apex skill to implement a new user authentication middleware.

Frequently Asked Questions about apex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a systematic code implementation workflow for complex features?

A systematic code implementation workflow orchestrates development through defined steps: analysis, planning, execution, validation, and optional review. This ensures high-quality changes by guiding file-by-file planning and controlled execution before validation.

Can I automate pull request generation directly from my development process?

Yes, you can automate pull request generation directly from the development process. The workflow supports automated PR creation as part of its execution sequence after analysis, planning, and code validation steps are completed.

Does this development workflow require git, pnpm, and node to run?

Yes, this development workflow requires git, pnpm, and node as dependencies. These tools provide the necessary environment for scriptable execution steps, worktree isolation, and branch management during the software development lifecycle.

What is the best way to run parallel agents for team collaboration in code review?

The best way to run parallel agents for team collaboration is using a workflow mode designed for team interaction. This mode supports parallel agent execution alongside adversarial review and testing phases to validate code changes systematically.

How do I isolate feature branches during code execution to prevent conflicts?

You isolate feature branches during code execution by using worktree isolation mode. This workflow approach manages execution through scriptable steps while keeping branch changes isolated, preventing conflicts during the implementation and validation phases.

How can I save tokens during automated code analysis and execution?

You save tokens during automated code analysis and execution by using the Economy mode. This workflow mode optimizes the multi-step development process, reducing token consumption while maintaining the structured sequence of planning, execution, and validation.