Skip to content

kirin0198/aphelion-agents

Repository files navigation

Aphelion — Frontier AI Agents

A collection of AI coding agent definitions for Claude Code that automates the entire project lifecycle with 42 specialized agents.

Wiki agents commands rules hooks license

日本語版 README はこちら


What's Aphelion

Aphelion divides software development into three domains, each managed by an independent flow orchestrator:

flowchart LR
    DR["DISCOVERY_RESULT.md"]
    DLR["DELIVERY_RESULT.md"]
    OPR["OPS_RESULT.md"]

    Discovery["Discovery Flow\n(6 agents)"] -->|generates| DR
    DR -->|input for| Delivery["Delivery Flow\n(13 agents)"]
    Delivery -->|generates| DLR
    DLR -->|input for| Ops["Operations Flow\n(4 agents)\nservice only"]
    Ops -->|generates| OPR
Loading

User approval is required at each phase completion before proceeding. Non-service types (tool / library / cli) skip Operations.


Why Aphelion

AI coding agents are powerful, but a single agent session struggles with full project lifecycles — context windows overflow, quality gates get skipped, and there's no structured handoff between phases. Aphelion solves this by splitting the lifecycle into isolated domains with specialized agents, mandatory approval gates, and document-driven handoffs that preserve traceability across sessions.


Quick Start

npx github:kirin0198/aphelion-agents init
cd /path/to/your-project && claude
/aphelion-init

For --user install, cache troubleshooting, git-clone alternative, and full usage scenarios, see Getting Started on the Wiki.

All commands: run /aphelion-help after init, or see Getting Started.


Features

  • 3-domain separation — Discovery / Delivery / Operations run in independent sessions to prevent context bloat
  • Triage adaptation — Auto-selects Minimal–Full plan based on project scale; no manual configuration
  • Approval gates — User approval required at each phase; the agent never runs ahead without consent
  • Security mandatorysecurity-auditor runs on all plans (OWASP Top 10 + dependency vulnerability scanning)
  • Document-driven — Domains connected via .md handoff files for full traceability

Learn more


License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors