agentic-development

40 mods across 1 repository, 11 stars between them.

adev:recover

25

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

26

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

27

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

28

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

29

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

30

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

31

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

32

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

adev:status

33

agentic-development/adev-plugin

Skill Claude CodeCodex

Query project status across charters, specs, capabilities, sessions, and source manifests. Read-only dashboard view of adev lifecycle artifacts. Use when the user asks 'what is the status', 'show project progress', 'which specs are done', 'charter status', 'capability progress', or wants a summary of where things…

11 2d ago A 81 tokens original MIT

adev:sync

34

agentic-development/adev-plugin

Skill Claude CodeCodex

Sync constitution to CLAUDE.md, AGENTS.md, and other agent files declared in manifest.yaml. Run after editing the constitution or when agent files are out of date. Use when the user says 'sync agent files', 'update agent files', 'constitution changed', 'regenerate agent configs', or after any edit to constitution.md.…

11 2d ago C 82 tokens original MIT

using-adev

35

agentic-development/adev-plugin

Skill Claude CodeCodex

Gateway skill for the Agentic Development Framework. Injected at session start to establish methodology, available skills, and context routing; also answers on-demand questions during a session. Use when the user asks 'what skills are available', 'how does adev work', 'what is the adev methodology', 'show me the…

11 2d ago A 125 tokens original MIT

adev:validate

36

agentic-development/adev-plugin

Skill Claude CodeCodex

Post-implementation validation with a trimmed code-time check set (quality gates, source manifest, code-drift advisory, spec compliance with scope-expansion sub-finding, constitution compliance with evidence-citation contract, optionally governance boundaries and transition gates, and visual verification for UI…

11 2d ago A 146 tokens original MIT

adev:work

37

agentic-development/adev-plugin

Skill Claude CodeCodex

The single front door to adev. Classifies incoming work, reads in-progress project state, routes to the right lifecycle skill, and can drive the whole lifecycle end-to-end so the user never has to pick another command. Use whenever the user is unsure which skill to use, wants to start new work, resume in-progress…

11 2d ago A 116 tokens original MIT

adev:write-test

38

agentic-development/adev-plugin

Skill Claude CodeCodex

TDD test authoring: write failing tests (RED phase), produce immutable handoff blocks, and detect specification gaming. Use before implementation. In Codex, invoke with $adev:write-test.

11 2d ago A 44 tokens original MIT

skill-a

39

agentic-development/adev-plugin

Skill Claude CodeCodex

This skill uses lib/test-strategies/assignment.mjs for routing and the helper lib/governance/registry.mjs for gate enforcement.

11 2d ago A 0 tokens original MIT