A Claude Code plugin providing skills for AI-assisted project orchestration, following best practices for software development lifecycle, architecture documentation, and quality automation.
/plugin install github:jrjsmrtn/project-orchestration-skills
Add to your project's .claude/settings.json:
{
"plugins": [
"github:jrjsmrtn/project-orchestration-skills"
]
}| Skill | Description |
|---|---|
| analyze-project | SPARK methodology analysis for new project inception |
| bootstrap-project | Bootstrap a new project with foundational artifacts |
| setup-adrs | Create foundational Architecture Decision Records |
| Skill | Description |
|---|---|
| setup-architecture-as-code | Establish C4 modeling with Structurizr DSL |
| Skill | Description |
|---|---|
| setup-pre-commit | Configure two-stage pre-commit hooks |
| validate-quality-config | Validate consistency across quality configs |
| Skill | Description |
|---|---|
| plan-sprint | Create sprint plans with backlog and goals |
| wrapup-sprint | Complete sprints with retrospective and release |
After installation, invoke skills using slash commands:
/analyze-project
/bootstrap-project
/setup-adrs
/setup-architecture-as-code
/setup-pre-commit
/validate-quality-config
/plan-sprint
/wrapup-sprint
Or reference them naturally in conversation - Claude will activate the appropriate skill based on context.
This plugin is extracted from the AI-Assisted Project Orchestration pattern language project, which documents patterns for effective AI-human collaboration in software project management.
MIT