Agentic development skills for Claude Code with OpenSpec integration
Execute implementation from OpenSpec proposal. Use --mode=interactive (default) for review checkpoints or --mode=auto for Ralph Loop automation
Complete and archive OpenSpec change after implementation
Create OpenSpec proposal through collaborative exploration
Agentic development skills for Claude Code with OpenSpec change tracking.
Spec-driven development workflow with:
| Feature | Description |
|---|---|
| OpenSpec integration | Change tracking with proposal → apply → done lifecycle |
| Brainstorming | Collaborative design with incremental validation |
| TDD enforcement | Test-first development with red-green-refactor |
| Self-review | Spec compliance and code quality checks |
| Ralph Loop support | Unattended automation with promise tags |
| Mode | Command | Use When |
|---|---|---|
| Interactive | /agentic-dev apply <id> | Human present, want review checkpoints |
| Auto | /agentic-dev apply <id> --mode=auto | Ralph Loop, unattended execution |
claude plugin install github:0xyjk/agentic-skills
git clone https://github.com/0xyjk/agentic-skills.git ~/.claude/plugins/local/agentic-skills
claude plugin marketplace add ~/.claude/plugins/local/agentic-skills
claude plugin install agentic-dev@agentic-skills
OpenSpec configured in your project:
openspec init
ralph-loop plugin (optional, for auto mode):
claude plugin install ralph-loop@claude-plugins-official
| Phase | Command | Output |
|---|---|---|
| 1. Proposal | /agentic-dev proposal | OpenSpec files |
| 2. Apply | /agentic-dev apply <id> | Implemented code |
| 3. Done | /agentic-dev done <id> | Archived specs |
/agentic-dev proposal
I want to add user authentication with email login and OAuth support...
This will:
Interactive mode (human present):
/agentic-dev apply add-auth
Auto mode (Ralph Loop, unattended):
/ralph-loop "/agentic-dev apply add-auth --mode=auto" \
--completion-promise "IMPLEMENTATION COMPLETE" \
--max-iterations 50
/agentic-dev done add-auth
This will:
openspec/changes/<change-id>/
├── proposal.md # Metadata
├── design.md # Architecture and approach
├── tasks.md # Implementation tasks (state machine)
└── specs/ # Spec deltas
└── <capability>/
└── spec.md
Built-in methodologies adapted from best practices:
| File | Purpose |
|---|---|
prompts/brainstorming.md | Collaborative design exploration |
prompts/tdd.md | Test-driven development |
prompts/review.md | Self and code review |
prompts/branch-completion.md | Branch finishing workflow |
| Aspect | Interactive | Auto |
|---|---|---|
| Review | Self + checkpoints | Self only |
| Human | Can intervene | Unattended |
| Cost | Higher | Lower |
| Quality | Maximum | Good (TDD enforced) |
| Use case | Complex features | Overnight runs |
| Event | Promise |
|---|---|
| Proposal complete | <promise>PROPOSAL COMPLETE</promise> |
| Single task done | <promise>TASK N COMPLETE</promise> |
| All implementation done | <promise>IMPLEMENTATION COMPLETE</promise> |
| Archive complete | <promise>ARCHIVE COMPLETE</promise> |
agentic-skills/
├── .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── commands/
│ ├── proposal.md # /agentic-dev proposal
│ ├── apply.md # /agentic-dev apply
│ └── done.md # /agentic-dev done
├── skills/
│ └── agentic-dev/
│ ├── SKILL.md # Main skill overview
│ └── prompts/
│ ├── brainstorming.md
│ ├── tdd.md
│ ├── review.md
│ └── branch-completion.md
└── README.md
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub syntax-syndicate/agentic-skillsMarketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Spec-driven development using GitHub spec-kit methodology. Constitution-first approach with specify, plan, tasks, and implement phases.
A spec-driven development kit for Claude Code: the prompt-grill and dev-lifecycle skills plus a specs/ scaffold that takes you from a vague request to shipped, reviewed code.
SPEC-First development workflow with TDD, Ralph Loop, and autonomous agent coordination for Claude Code
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.
Spec-driven development workflow - transforms ideas into structured specifications (requirements, design, tasks) before implementation.
Specification-Driven Development with Process Discipline for Claude Code