This command provides a detailed implementation plan with discrete, trackable tasks and sub-tasks.
Generates implementation plans with trackable tasks and JIRA sub-tasks from design documents.
/plugin marketplace add mll-lab/claude-plugin-marketplace/plugin install spec@mllThis command provides a detailed implementation plan with discrete, trackable tasks and sub-tasks. Each task is clearly defined, with a clear description, expected outcome, and any necessary resources or dependencies.
To create a new implementation plan with JIRA issues, just type:
/spec:impl <jira_issue_id>
.specs and has a requirements.md and design.md file. If not, it stops and asks the user to create the design first with /spec:design <feature>.tasks.md exists in the folder, if not it creates one.design.md, it generates an implementation plan in tasks.md with appropriate format.tasks.md and the corresponding JIRA issues.<!-- markdownlint-disable-file MD024 -->
<!-- markdownlint-disable-file MD013 -->
<!-- markdownlint-disable-file MD040 -->
# Implementation Plan
- [ ] 1. Short description of the task (<jira_issue_id_1>)
- Relevant sub-tasks or steps to complete the task
- \_Requirements: 5.1, 1.1, etc. (see requirements.md)
- [ ] 2. Another task description (<jira_issue_id_2>)
- Relevant sub-tasks or steps to complete the task
- \_Requirements: 5.2, 4.1, etc. (see requirements.md)