agentic-development

40 mods across 1 repository, 11 stars between them.

adev

02

agentic-development/adev-plugin

Plugin Claude Code

Agentic Development Framework — full lifecycle methodology for AI-assisted software delivery. Context engineering, charter-native specs, constitution gating, architecture review, specialist routing, and Claude Code/OpenCode/OpenAI Codex provider support.

11 2d ago A tokens not measured original MIT

agentic-development/adev-plugin

Instructions file

Instructions for agentic-development/adev-plugin, covering claude.md, identity, non-negotiable principles, coding standards and language and runtime.

11 2d ago C 2,853 tokens original MIT

SessionStart

05

agentic-development/adev-plugin

Hook

Runs when a session starts on startup, resume, clear and compact, executing session-start.sh via bash. From agentic-development/adev-plugin.

11 2d ago A tokens not measured copy · 83% MIT

PreToolUse

06

agentic-development/adev-plugin

Hook

Runs before the agent uses a tool for Edit, Write, Edit and Bash tool calls, executing context-preflight.sh, constitution-linter.sh, lifecycle-gate.sh, plan-body-write-guard.sh, gaming-gate.sh, artifact-frontmatter-guard.sh, merge-guard.sh and destructive-git-guard.sh via bash (9 commands). From…

11 2d ago A tokens not measured copy · 56% MIT

PostToolUse

07

agentic-development/adev-plugin

Hook

Runs after a tool call finishes for Edit tool calls, executing sync-trigger.sh, session-capture.sh, issue-reminder.sh and lifecycle-gate.sh via bash (4 commands). From agentic-development/adev-plugin.

11 2d ago A tokens not measured copy · 61% MIT

Stop

08

agentic-development/adev-plugin

Hook

Runs when the agent finishes a response, executing post-validate-extract-heuristics.sh via bash. From agentic-development/adev-plugin.

11 2d ago A tokens not measured original MIT

adev:assess

09

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

10

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

11

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

12

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

13

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

14

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

15

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

16

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

17

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

18

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

19

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

20

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

21

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

22

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

23

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

24

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