aegis
v2.10.7An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.
By Aegis MaintainersLicense: MIT1.1k GitHub starsUpdated 11 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 22 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install aegis for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add aegis@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “aegis” remain stable.
- Codex:
aegis@agent-plugin-marketplace→aegis@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/GanyuanRan/Aegis/.
Plugin files
├── .codex-plugin/plugin.json├── skills/anti-entropy-governance/SKILL.md├── skills/brainstorming/SKILL.md├── skills/communicating-concisely/SKILL.md├── skills/dispatching-parallel-agents/SKILL.md├── skills/establishing-project-context/SKILL.md├── skills/executing-plans/SKILL.md├── skills/finishing-a-development-branch/SKILL.md├── skills/first-principles-review/SKILL.md├── skills/goal-framing/SKILL.md├── skills/long-task-continuation/SKILL.md├── skills/receiving-code-review/SKILL.md├── skills/recording-architecture-decisions/SKILL.md├── skills/requesting-code-review/SKILL.md├── skills/subagent-driven-development/SKILL.md├── skills/systematic-debugging/SKILL.md├── skills/test-driven-development/SKILL.md├── skills/update-aegis/SKILL.md├── skills/using-aegis/SKILL.md├── skills/using-git-worktrees/SKILL.md├── skills/verification-before-completion/SKILL.md├── skills/writing-plans/SKILL.md└── skills/writing-skills/SKILL.md
Included Skills22
Use when touching retiring old logic, collapsing duplicate owners, removing fallbacks, or schema/persistence/source-of-truth boundaries; identify opportunities automatically; destructive execution requires explicit confirmation.
Use when defining ambiguous or high-complexity new features, product behavior, UI/component design, architecture choices, contract changes, or when grilling/pressure-testing a plan or design. Routine small requests stay on the fast path.
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 without a written plan, with no conflicting shared mutable state or sequential dependencies, where parallel delegation beats inline cost; otherwise inline. Planned tasks use subagent-driven-development.
Use when the user asks to establish shared project language, or project work exposes a conflicting, renamed, or deprecated domain term that needs active semantic modeling. Routine small tasks stay on the fast path.
Use when executing a written implementation plan across sessions or with review checkpoints. Small or single-slice plans stay inline. For same-session independent tasks, use subagent-driven-development instead.
Use when verified work needs integration or cleanup of an existing task-created branch/worktree, or the user explicitly requests merge, PR, or branch lifecycle handling.
Use when asked for first-principles or Occam's-razor review, or when high-risk decisions involve competing constraints, fallback growth, duplicate owners, or architecture direction risk. Ordinary bug fixes stay on the fast path.
Use when the user explicitly sets an Aegis goal with /aegis-goal, Aegis goal:, or asks to define goal, success evidence, stop condition, or task boundaries before work.
Use when a task is multi-step, may span context resets or sessions, uses subagents, or risks losing state before completion.
Use when receiving code review feedback before implementing suggestions, especially when feedback is unclear, risky, disputed, or technically questionable.
Use when the user asks to create, write, update, amend, supersede, or evaluate an ADR, architecture decision record, durable architecture decision, decision log, or baseline sync after architecture-changing work.
Use when requesting independent code review, after implementation slices, before merging high-risk work, or when verification exposes evidence, baseline, architecture, compatibility, or retirement uncertainty.
Use when executing a written implementation plan with independent tasks in the current session where delegation beats inline coordination cost; otherwise inline. Ad-hoc 2+ tasks without a plan use dispatching-parallel-agents.
Use when encountering a bug, test failure, or unexpected behavior, before proposing fixes
Use when the user explicitly requests strict or test-first TDD, or when the current conversation already contains an explicit `TDD Route: strict` decision from another Aegis workflow.
Use when the user says `aegis:update`, asks to update or upgrade an installed Aegis method-pack, wants the latest Aegis version, or asks whether Aegis is current on this host.
Use when starting a turn or checking Aegis skill routing.
Use when a coding task needs a concurrent checkout, unrelated dirty state blocks safe branch switching, or the user or repository explicitly requires a worktree.
Use when about to claim work is complete, fixed, passing, verified, release-ready, or ready to commit, merge, publish, or hand off.
Use when you have an approved spec or written requirements for a multi-step task that needs a durable plan document before touching code. Small, single-owner, or fast-path tasks do not need this skill.
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Plugin manifests1
{
"name": "aegis",
"version": "2.10.7",
"description": "An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.",
"author": {
"name": "Aegis Maintainers",
"url": "https://github.com/GanyuanRan/Aegis"
},
"homepage": "https://github.com/GanyuanRan/Aegis",
"repository": "https://github.com/GanyuanRan/Aegis",
"license": "MIT",
"keywords": [
"brainstorming",
"first-principles",
"subagent-driven-development",
"skills",
"planning",
"tdd",
"debugging",
"code-review",
"workflow"
],
"skills": "./skills/",
"interface": {
"displayName": "Aegis",
"shortDescription": "Planning, TDD, debugging, and delivery workflows for coding agents",
"longDescription": "Use Aegis to guide agent work through first-principles review, brainstorming, implementation planning, test-driven development, systematic debugging, parallel execution, code review, and finish-the-branch workflows.",
"developerName": "Aegis Maintainers",
"category": "Coding",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"I've got an idea for something I'd like to build.",
"Let's add a feature to this project."
],
"brandColor": "#F59E0B",
"composerIcon": "./assets/aegis-small.svg",
"logo": "./assets/app-icon.png",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[aegis on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aegis)