agentic-development/adev-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: adev.
agentic-development/adev-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: adev.
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.
agentic-development/adev-plugin
Settings file Claude Code
Agent settings configuring enabledPlugins.
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.
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.
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…
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.
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.
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…
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.
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.
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…
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…
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…
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…
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.
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…
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.
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…
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.
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.
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.
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…
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…