Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By jsell-rh
Spec-driven development orchestration system. Zero-assumption, gate-enforced, professional execution engine.
npx claudepluginhub jsell-rh/agentic-development-plugins --plugin agentic-developmentCreates deployment configurations. Red Hat UBI-based containers, Konflux/Tekton CI/CD. Production-ready.
Creates implementation roadmap from validated specs. Strategic planning, no code.
Fetches latest documentation for tech stack. Augments context files with current best practices. Runs before specialized agents.
Validates specs are achievable with latest library versions. User decides on discrepancies. Returns PASS/FAIL.
Writes user-facing documentation. Useful, concise, no fluff. README, guides, architecture docs.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Autonomous spec-driven development workflow with multi-agent collaboration, specification management, and task orchestration
Spec-driven development workflow system with structured phases: Requirements โ Design โ Tasks โ Implementation
Skills-first specification-driven development framework with 7 agent skills for planning, implementation, review, and shipping. Natural language activation with intelligent agent orchestration. Includes /plan, /implement, /research commands plus managing-specifications, implementing-features, and reviewing-and-shipping skills.
Autonomous Development Orchestrator - Transform ideas into production-ready applications through multi-agent pipeline. Spec โ Plan โ Tasks โ 100% Working App.
Conductor v3 โ Multi-agent orchestration with Evaluate-Loop, parallel execution, Board of Directors, and bundled SupaConductor skills for Claude Code
Context-Driven Development framework for spec-driven, structured software development. Transforms Claude Code into a project manager that follows a strict lifecycle: Context > Spec & Plan > Implement.
Spec-driven development orchestration system for Claude Code. Zero-assumption, gate-enforced, professional execution engine.
Agentic Development is a Claude Code plugin that orchestrates software development through specialized agents, enforcing quality gates and spec alignment at every stage. The system learns from each iteration using persistent memory.
Key Principles:
Open Claude Code, and type /plugin
> /plugin
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ Plugins โ
โ โ
โ 1. Browse and install plugins โ
โ 2. Manage and uninstall plugins โ
โ โฏ 3. Add marketplace โ
โ 4. Manage marketplaces โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
Press โโ to navigate ยท Enter to select ยท Esc to exit
Navigate to 3. Add marketplace and press Enter.
Type in jsell-rh/agentic-development-plugins and press Enter.
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ Add Marketplace โ
โ โ
โ Enter marketplace source: โ
โ Examples: โ
โ โข owner/repo (GitHub) โ
โ โข git@github.com:owner/repo.git (SSH) โ
โ โข https://example.com/marketplace.json โ
โ โข ./path/to/marketplace โ
โ โ
โ jsell-rh/agentic-development-plugins โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
Enter to add ยท Esc to cancel
Follow the rest of the prompts and then restart Claude Code.
Invoke the orchestrator skill:
Please use the Orchestrator skill to perform development against <my-requirements.md>.
The orchestrator will guide you through the development cycle, asking clarifying questions at gates.
graph TD
A[User Requirements] --> B{Gate 0: Requirements Refiner}
B -->|FAIL| A
B -->|PASS| C[Stage 1: Repo Setup]
C --> D[Stage 2: Spec Generation]
D --> E{Gate 3: Spec Refiner}
E -->|FAIL| F{Gap Type?}
F -->|Requirements Issue| A
F -->|Spec Issue| D
E -->|PASS| G[Stage 4: Development Manager]
G --> H[Stage 5: Team Lead]
H --> I{More Tasks?}
I -->|Yes| J[Create Task Context]
J --> K[Documentation Expert<br/>Fetch Latest Docs]
K --> K2{Gate 6: Doc-Spec Alignment}
K2 -->|FAIL: Modify Spec| D
K2 -->|FAIL: Clarify| A
K2 -->|PASS| L{Task Type?}
L -->|Python| M[Python Expert]
L -->|FastAPI| N[FastAPI Expert]
L -->|Deployment| O[Deployment Expert]
L -->|Security| P[Security Expert]
L -->|Documentation| Q[Documentation Writer]
M --> R{Gate 7: Spec Alignment}
N --> R
O --> R
P --> R
Q --> R
R -->|FAIL| L
R -->|PASS| S[Team Lead: Atomic Commit]
S --> T[Check Off Task]
T --> I
I -->|No| U[Project Complete]
%% Gates in red
style B fill:#f96,stroke:#333,stroke-width:2px
style E fill:#f96,stroke:#333,stroke-width:2px
style K2 fill:#f96,stroke:#333,stroke-width:2px
style R fill:#f96,stroke:#333,stroke-width:2px
%% Agents in blue
style C fill:#69f,stroke:#333,stroke-width:2px
style D fill:#69f,stroke:#333,stroke-width:2px
style G fill:#69f,stroke:#333,stroke-width:2px
style H fill:#69f,stroke:#333,stroke-width:2px
style K fill:#69f,stroke:#333,stroke-width:2px
style M fill:#69f,stroke:#333,stroke-width:2px
style N fill:#69f,stroke:#333,stroke-width:2px
style O fill:#69f,stroke:#333,stroke-width:2px
style P fill:#69f,stroke:#333,stroke-width:2px
style Q fill:#69f,stroke:#333,stroke-width:2px
style S fill:#69f,stroke:#333,stroke-width:2px