agenture
01Plugin Claude Code
Plugin marketplace for the Agenture suite — agentic development workflows for Claude Code.
Plugin Claude Code
Plugin marketplace for the Agenture suite — agentic development workflows for Claude Code.
Settings file Claude Code
Agent settings configuring enabledPlugins.
Instructions file
Instructions for AgentureHQ/agenture-loop, covering claude.md, foundational rules to always follow, architecture rework complete, what this repo is and dogfooding pattern (important).
Plugin Claude Code
Agentic SDLC for Claude Code — Claude facilitates writing specs and designing architecture, then autonomously builds implementation plans, implements and tests the product. Driven by structured /agn: skills with built-in review gates and document consistency.
Agent
Level-aware Design + Plan sub-agent. Composes body content and decomposition lists for product, epic, feature, or task units. Returns text only — the parent session persists via taskman.sh.
Agent
Fresh-context QA validator for feature, epic, or product. Reads the spec and the implementation result; produces a verdict (ready | not ready) + per-requirement pass/fail + per-severity issues list. Used by /agn:validate at feature/epic/product levels (not task — that's a main-session check).
Skill Claude CodeCodex
Add explanatory comments to code to improve readability and maintainability. Use when the user asks to "comment code", "add comments", "document this code", "explain this code with comments", or wants inline documentation added to source files.
Skill Claude CodeCodex
This skill should be used when the user asks to "commit", "commit changes", "create a commit", "stage and commit", "git commit", or wants to save their work to version control. Guides Claude through staging files and writing a well-formed git commit message.
Skill Claude CodeCodex
Review the codebase for quality, consistency, and maintainability. Run periodically after completing a batch of tasks to catch technical debt, inconsistencies, and quality regressions introduced by narrow task-focused work. Produces backlog tasks for each finding — does not modify code.
Skill Claude CodeCodex
Define a work unit at any tier — product, epic, feature, or task. Invoke with /agn:define . Produces vision/spec/requirements (product), an epic + linked features (epic), a feature + linked tasks (feature), or a single task/bug ticket (task).
Skill Claude CodeCodex
Focused revision of an existing unit's design at any tier — product, epic, or feature. Invoke with /agn:design . Product drafts docs/architecture.md in this session; epic and feature delegate to the Planner sub-agent for in-place refinement.
Skill Claude CodeCodex
Process the doc-sync queue. Reads tasks/docs-sync-queue.txt, reviews upstream docs (vision/spec/requirements/architecture/linked spec) for drift against each closed unit per rules/doc-maintenance.md, proposes diffs, applies after user approval, clears processed entries. Triggered manually or after taskman.sh prints…
Skill Claude CodeCodex
Execute implementation work at any tier — task, feature, or epic. Invoke with /agn:implement . Task takes a file path; feature and epic take a slug.
Skill Claude CodeCodex
Focused revision of an existing unit's decomposition — epic into features, or feature into tasks. Invoke with /agn:plan . Delegates to the Planner sub-agent in refine + plan-only mode.
Skill Claude CodeCodex
Quality gates at any tier — task, feature, epic, or product. Invoke with /agn:validate . Task runs the task's own.