By GanyuanRan
Structured methodology for Claude Code that enforces test-driven development, root-cause debugging, isolated parallel task execution, checkpointed long-running work, and code review workflows with drift detection and verification gates.
Use when retiring old logic, collapsing duplicate owners, removing fallbacks, or touching schema, persistence, or source-of-truth boundaries while deciding whether to delete old paths, retain compatibility, or stop for confirmation.
Use when defining new features, product behavior, UI/component design, architecture choices, contract changes, or ambiguous medium/high-complexity work before implementation.
Use when the user asks for caveman mode, fewer tokens, brief responses, compressed communication, or otherwise explicitly requests a much shorter answer.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when entering a project for the first time, or when the user asks to establish shared language, define domain terms, or create a project glossary.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Aegis Method Pack
面向 AI 编程 agent 的 baseline-first、evidence-driven 工作流程纪律包。
中文 · English · 工作流程说明 · Workflow Guide
Aegis 是面向真实软件工作的 Superpowers 升级版。它保留 composable skills 的优点,并进一步加入:
当 agent 容易在目标、owner、架构边界或验证路径不清楚时就开始写代码,Aegis 能把工作拉回更稳的工程节奏。
把下面这段话交给你的 AI 编程 Agent:
请阅读 https://github.com/GanyuanRan/Aegis,识别我当前使用的 AI 编程宿主,并按对应宿主说明全局安装 Aegis。如果需要重启或重新加载宿主,请明确告诉我;然后从已安装的 Aegis method-pack 根目录运行完整安装验证。不要在目标项目目录中运行 doctor 命令。先定位 `<aegis-method-pack-root>`,再运行 `cd <aegis-method-pack-root> && python scripts/aegis-doctor.py --write-config --json`。只有当 JSON 输出包含 `"ok": true`、`"workspaceSupport": "available"` 和 `"configStatus": "configured"` 时,才把安装视为完成;如果宿主有单独的 skill discovery 目录,也要额外用 `--discovery-root <path>` 验证它指向当前版本。
完成安装并登记当前宿主之后,后续更新可以用自然语言直接让 agent 更新 Aegis,
也可以显式说 aegis:update。agent 可以把这两种方式路由到本地更新路径:先定位
已安装的 method-pack 根目录,读取本机 host-scoped registry,再调用
scripts/aegis-update.py 默认更新当前宿主。只有用户明确要求 --all 时才更新所有
已登记宿主。Aegis 默认不做后台自动更新。
Aegis 当前发布形态是:
Aegis Method Pack (runtime-ready)
它不是完整的 Aegis Platform,不是 daemon,不是后台 runner,不是 runtime core,
不提供 authoritative GateDecision,不提供 authoritative PolicySnapshot,
也不授予 final completion authority。用户当前指令和目标项目规则优先于 Aegis。
为了让宿主级行为更顺滑,可以使用:
Aegis 默认自动模式。要切换到显式模式,在已安装的 method-pack 根目录运行:
cd <aegis-method-pack-root>
python scripts/aegis-doctor.py activation-mode explicit
修改后需要重启宿主。长期设置方式和宿主注意事项见 docs/current/AEGIS_ACTIVATION_MODE.md。
TDD mode 默认是 auto:Aegis 会按风险自动选择严格 TDD、轻量验证,或在
不适合 TDD 的任务中跳过 TDD。若只想关闭自动 TDD 路由,但仍保留完成前验证:
cd <aegis-method-pack-root>
python scripts/aegis-doctor.py tdd-mode off
详细语义见 docs/current/AEGIS_TDD_MODE.md。
Aegis 保留多宿主、plugin-installable 的分发目标。
npx claudepluginhub ganyuanran/aegis --plugin aegis52 agent skills for systematic software development. Covers design, planning, TDD, code review, debugging, quality gates, and adversarial testing. 12 core skills are eval-tested with measured A/B deltas using Anthropic's skill evaluation framework.
Persona-driven AI development team: orchestrator, team agents, review agents, skills, slash commands, and advisory hooks for Claude Code
SDLC enforcement for AI agents — TDD, planning, self-review, CI shepherd
Unified Claude Code plugin merging superpowers workflows (TDD, debugging, planning) with everything-claude-code productivity (agents, learning, hooks, rules)
Harness engineering for Claude Code — hook-enforced dual review, state-machine gates, and fail-closed safety where it counts.
Verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.