You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complete command and agent coverage across the development lifecycle.
The analysis and design priority has been implemented through #806 and merged in #807. The remaining gap is operation workflow design and implementation.
Implementation status
Analysis and design: implemented
Implemented by #806 and merged in #807 on June 7, 2026.
Command
Agent ownership
Backing skills or capability
Status
/create-issue
@robot-business-analyst
043-planning-github-issues, 044-planning-jira
✅ Implemented
/create-feature-branch
Git workflow utility
Extended for repository-backed analysis/design artifacts
✅ Implemented
/create-worktree
Git isolation utility
Isolated branch and linked worktree creation
✅ Implemented
/explore-design
@robot-architect
034-architecture-design-exploration
✅ Implemented
/create-adr
@robot-architect
030, 031, and 032 architecture ADR skills
✅ Implemented
/create-diagram
@robot-architect
033-architecture-diagrams
✅ Implemented
/create-plan
@robot-tech-lead
Refactored 041-planning-plan-mode
✅ Implemented
/create-spec
@robot-tech-lead
Refactored 042-planning-openspec
✅ Implemented
/review-alignment
@robot-business-analyst
Read-only traceability and readiness review
✅ Implemented
The original proposal for a separate @robot-planner was superseded. The existing @robot-coordinator was renamed to @robot-tech-lead and extended with three missions:
Create implementation plans.
Create OpenSpec changes independently from plans.
Coordinate delivery through the existing framework-specific coder agents.
Additional delivered work:
Added @robot-architect to the canonical generated agent bundle.
Extended @robot-business-analyst with issue creation and read-only alignment review.
Added independent issue-to-plan, issue-to-spec, plan-to-spec, and spec-to-plan paths.
Defined artifact authority and prevented silent two-way synchronization.
Updated command and agent installers, inventories, tests, READMEs, and localized guides.
Completed and archived the related OpenSpec parent and four child changes.
The existing implementation commands and coder agents remain available:
/implement
@robot-java-coder
@robot-spring-boot-coder
@robot-quarkus-coder
@robot-micronaut-coder
The coder agents already exist, but the generic /implement command still needs to be aligned with @robot-tech-lead, selected plan/OpenSpec authority, framework routing, parallel groups, task status, and verification evidence. This work is tracked by #809.
Operation: pending
Operation coverage still needs a focused design decision before implementation:
Candidate capability
Potential command
Potential owner
Relevant skills
Status
Runtime profiling
/profile
@robot-profiler
161-164 profiling skills
⏳ Pending design
Performance testing / benchmarking
/benchmark
@robot-profiler
151-152 and existing JMH guidance
⏳ Pending design
The operation command names, boundaries, inputs, outputs, and agent ownership must be agreed before implementation.
Remaining deliverables
Define operation workflow boundaries and ownership.
Decide whether profiling and benchmarking require separate agents.
Create OpenSpec change(s) for the approved operation scope.
Implement the selected operation commands and agents.
Update inventories, installation assets, lifecycle documentation, and validation coverage.
Acceptance criteria
Analysis and design
Each analysis/design command has a clear purpose, documented inputs, workflow, backing capabilities, safeguards, and output.
Planning is owned by @robot-tech-lead through 041-planning-plan-mode.
OpenSpec creation is owned by @robot-tech-lead through 042-planning-openspec.
@robot-architect distinguishes design exploration, ADR creation, and diagram generation.
Command and agent source assets are maintained under skills-generator/src/main/resources/.
Command and agent inventories and installation guidance are synchronized.
Summary
Complete command and agent coverage across the development lifecycle.
The analysis and design priority has been implemented through #806 and merged in #807. The remaining gap is operation workflow design and implementation.
Implementation status
Analysis and design: implemented
Implemented by #806 and merged in #807 on June 7, 2026.
/create-issue@robot-business-analyst043-planning-github-issues,044-planning-jira/create-feature-branch/create-worktree/explore-design@robot-architect034-architecture-design-exploration/create-adr@robot-architect030,031, and032architecture ADR skills/create-diagram@robot-architect033-architecture-diagrams/create-plan@robot-tech-lead041-planning-plan-mode/create-spec@robot-tech-lead042-planning-openspec/review-alignment@robot-business-analystThe original proposal for a separate
@robot-plannerwas superseded. The existing@robot-coordinatorwas renamed to@robot-tech-leadand extended with three missions:Additional delivered work:
@robot-architectto the canonical generated agent bundle.@robot-business-analystwith issue creation and read-only alignment review.References:
Development: implementation alignment pending
The existing implementation commands and coder agents remain available:
/implement@robot-java-coder@robot-spring-boot-coder@robot-quarkus-coder@robot-micronaut-coderThe coder agents already exist, but the generic
/implementcommand still needs to be aligned with@robot-tech-lead, selected plan/OpenSpec authority, framework routing, parallel groups, task status, and verification evidence. This work is tracked by #809.Operation: pending
Operation coverage still needs a focused design decision before implementation:
/profile@robot-profiler161-164profiling skills/benchmark@robot-profiler151-152and existing JMH guidanceThe operation command names, boundaries, inputs, outputs, and agent ownership must be agreed before implementation.
Remaining deliverables
Acceptance criteria
Analysis and design
@robot-tech-leadthrough041-planning-plan-mode.@robot-tech-leadthrough042-planning-openspec.@robot-architectdistinguishes design exploration, ADR creation, and diagram generation.skills-generator/src/main/resources/.Operation
Out of scope