agentic-development/adev-plugin

Agentic Development Framework plugin for Claude Code — full lifecycle methodology for AI-assisted software delivery

11Stars on the repository
40Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

adev:assess

01

agentic-development/adev-plugin

Skill Claude CodeCodex

Assess codebase readiness for agentic development. Scans the codebase using static file inspection and outputs maturity scores across 8 structural dimensions (raw mode) or 11 dimensions (adev mode). Use when you want to evaluate how well-suited a codebase is for AI-assisted development, identify improvement areas, or…

11 2d ago A 84 tokens original MIT

adev:brainstorm

02

agentic-development/adev-plugin

Skill Claude CodeCodex

Explore a feature idea interactively and produce a Feature Charter. Validates against constitution and existing charters. Use before building any new feature or module, when the user mentions a new capability, or says 'let us build X'. In Codex, invoke with $adev:brainstorm.

11 2d ago A 62 tokens original MIT

adev:bugfix-loop

03

agentic-development/adev-plugin

Skill Claude CodeCodex

Self-re-invoking, one-bug-per-turn loop that drains eligible P2/P3 bugs from the issue board unattended, using /adev:debug --auto for each attempt. In Codex, invoke with $adev:bugfix-loop.

11 2d ago A 55 tokens original MIT

adev:codehealth

04

agentic-development/adev-plugin

Skill Claude CodeCodex

Proactively scan source code for dead exports, orphan files, unused dependencies, stale code, and duplicate logic. Produces severity-tiered reports from repomap artifacts. Use when the user says 'check code health', 'find dead code', 'unused exports', 'stale files', 'orphan files', 'unused dependencies', or wants to…

11 2d ago A 92 tokens original MIT

adev:debug

05

agentic-development/adev-plugin

Skill Claude CodeCodex

Context-aware systematic debugging. Checks ADRs for known issues, specs for expected behavior, and orientation for architecture context before investigating. Use when encountering any bug, test failure, or unexpected behavior. Trigger on 'fix this', 'fix the bug', 'something is broken', 'this test fails', 'unexpected…

11 2d ago A 117 tokens original MIT

adev:deploy

06

agentic-development/adev-plugin

Skill Claude CodeCodex

Run a deployment pipeline defined in .context-index/deploy.yaml. Executes shell, manual, verify, gate, and ci-trigger steps in order with failure recovery and rollback guidance. Use when the user says 'deploy', 'run deploy', 'push to production', 'publish', or wants to execute a structured deployment. In Codex, invoke…

11 2d ago A 77 tokens original MIT

adev:document

07

agentic-development/adev-plugin

Skill Claude CodeCodex

Generate human-readable developer documentation in docs/ from repomap output. Reads dependency-graph.json and symbol-ranks.json from /adev:repomap, plus charters and manifest. Use when the user says 'generate docs', 'document the codebase', 'create architecture docs', or wants to produce docs/architecture.md and…

11 2d ago A 83 tokens original MIT

adev:eval

08

agentic-development/adev-plugin

Skill Claude CodeCodex

Run a graduated evaluation harness (0-100) scoring implementation quality across four layers: deterministic, architectural, LLM-as-Judge, and human-in-the-loop. In Codex, invoke with $adev:eval.

11 2d ago A 47 tokens original MIT

adev:hygiene

09

agentic-development/adev-plugin

Skill Claude CodeCodex

Audit all context for staleness, drift, and coverage gaps. Runs twenty-three audit passes across the .context-index/ directory and source code, generating actionable reports with checklists. Use when the user wants to check context health, find stale specs, detect drift between specs and code, identify missing…

11 2d ago A 90 tokens original MIT

adev:implement

10

agentic-development/adev-plugin

Skill Claude CodeCodex

Execute implementation plans using specialist-routed subagents with TDD enforcement and 2-stage review per task. Use after planning to begin development. In Codex, invoke with $adev:implement.

11 2d ago A 42 tokens original MIT

adev:init

11

agentic-development/adev-plugin

Skill Claude CodeCodex

Initialize or diagnose the .context-index/ directory. Interactive wizard that explains each layer, detects existing setup, and lets users opt in or skip per layer. Use --brownfield for existing codebases, --dry-run to preview without writing. Trigger when the user wants to set up adev, initialize context, start a new…

11 2d ago B 87 tokens original MIT

adev:issues

12

agentic-development/adev-plugin

Skill Claude CodeCodex

Manage project issues and epics. Create, update, close, and view issues across file-based or beadsrust backends. Use when the user says 'create an issue', 'file a bug', 'show issues', 'what needs to be done', 'create epic', 'issue board', or wants to manage work items directly. In Codex, invoke with $adev:issues.

11 2d ago A 82 tokens original MIT

adev:learn

13

agentic-development/adev-plugin

Skill Claude CodeCodex

Capture a lesson learned as a heuristic in the project's memory store. Use when the user says 'remember this', 'save this lesson', 'learn that...', 'file a heuristic', 'we learned that...', or shares a rule/pattern that should persist across sessions. In Codex, invoke with $adev:learn.

11 2d ago A 67 tokens original MIT

adev:plan

14

agentic-development/adev-plugin

Skill Claude CodeCodex

Decompose reviewed Live Specs into ordered implementation tasks with TDD expectations and context routing. Use to break specs into actionable tasks. In Codex, invoke with $adev:plan.

11 2d ago A 39 tokens original MIT

adev:prototype

15

agentic-development/adev-plugin

Skill Claude CodeCodex

Generates tiered UI prototypes (wireframe, mockup, functional) from an adev Feature Charter stored at .context-index/specs/features/ /charter.md, serving them via a localhost browser preview for interactive review. Use when the user wants to prototype a feature, sketch the screen, preview the UI, or bridge a Feature…

11 2d ago A 144 tokens original MIT

adev:reconcile

16

agentic-development/adev-plugin

Skill Claude CodeCodex

Interactive repair for lifecycle mismatches. Detects orphaned artifacts, stale epics, untraced code, and missing issues, then offers targeted fixes. Use when hygiene or status reveals inconsistencies, or when the user says 'reconcile', 'fix mismatches', 'clean up lifecycle', 'retroactive stamping', 'close stale…

11 2d ago A 86 tokens original MIT

adev:recover

17

agentic-development/adev-plugin

Skill Claude CodeCodex

Structured diagnosis-correction-resume cycle when agents get stuck during implementation. Classifies root causes into six categories, injects corrective context, and re-dispatches with enriched prompts. Writes recovery records for retrospective analysis. Use when a subagent is stuck, a task has stalled, an agent…

11 2d ago A 95 tokens original MIT

adev:repomap

18

agentic-development/adev-plugin

Skill Claude CodeCodex

Generate an AST-based symbol index of the repository. Extracts exported functions, classes, types, and interfaces, ranks by reference count, and outputs a repo map for drift detection by /adev:hygiene. Use when the user wants to map the codebase, generate a symbol index, understand the project structure, or prepare…

11 2d ago A 85 tokens original MIT

adev:research

19

agentic-development/adev-plugin

Skill Claude CodeCodex

Structured research skill. Investigates a topic using internal codebase search, web search, and GitHub code search, producing an organized research artifact. Use when the user says 'research', 'investigate', 'compare', 'how do others do this', 'best practices for', 'what are the options', or wants to explore…

11 2d ago B 87 tokens original MIT

adev:retro

20

agentic-development/adev-plugin

Skill Claude CodeCodex

Analyze completed work over a time period to extract lessons, compute delivery metrics, identify improvement opportunities, and update context artifacts. Sprint retrospective for agentic development. Use when the user says 'run a retro', 'what went well', 'review the sprint', 'delivery metrics', or wants to reflect on…

11 2d ago A 78 tokens original MIT

adev:review-specs

21

agentic-development/adev-plugin

Skill Claude CodeCodex

Run parallel specialist reviews (structural, security, consistency) on Live Specs before planning. Use for architecture review and expert evaluation. In Codex, invoke with $adev:review-specs.

11 2d ago A 44 tokens original MIT

adev:route

22

agentic-development/adev-plugin

Skill Claude CodeCodex

Score tasks on a four-dimensional routing matrix (spec completeness, pattern coverage, blast radius, novelty) and recommend auto-agent, assisted-agent, or human-only execution for each task in a plan. Use when the user asks 'which tasks need human review', 'score the tasks', 'route the plan', or wants to decide which…

11 2d ago A 92 tokens original MIT

adev:sample

23

agentic-development/adev-plugin

Skill Claude CodeCodex

Scan the codebase for high-quality implementations, score them against constitution and patterns, and curate annotated golden samples in .context-index/samples/. Golden samples serve as reference implementations that guide subagents during /adev:implement. Use when the user wants to find good examples, curate…

11 2d ago A 87 tokens original MIT

adev:specify

24

agentic-development/adev-plugin

Skill Claude CodeCodex

Author Live Specs within a Feature Charter's scope. Supports modes for new features, extraction from existing code, refactoring, diff-driven changes, and cross-cutting concerns. Use when the user says 'write a spec', 'define the behavior', 'create a contract', 'specify the feature', or needs to formalize requirements…

11 2d ago A 89 tokens original MIT