ワンクリックで
tasks
Generate a detailed implementation plan with parent tasks and atomic sub-tasks from the PRD in a Linear issue, syncing it to a
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate a detailed implementation plan with parent tasks and atomic sub-tasks from the PRD in a Linear issue, syncing it to a
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Prepare a finished feature for review — clean the worktree, rebase on the base branch, resolve conflicts, and open or update a GitHub pull request linked to the Linear issue. Use as the final shipping step once implementation is complete and the user wants to raise or update a PR.
Autonomously execute an approved implementation plan from a Linear issue — write code, run tests, commit changes, and check off tasks in Linear. Use when the plan is ready and the user wants to build the feature or fix end to end, isolating the work in a dedicated git worktree.
Refine a rough feature request or bug report into a structured PRD or Bug Brief inside a Linear issue. Use at the start of the engineering workflow to define and clarify what to build before any planning or coding — e.g. when the user wants to write a PRD, draft requirements, or turn an idea or ticket into a spec in Linear.
Generate a narrative summary and visual storyboard (browser screenshots) of completed changes and sync it to the Linear issue. Use after implementation to produce a human-readable walkthrough and visual proof of what was built for reviewers and stakeholders.
Manages Git worktrees for isolated parallel development. Creates branches (linking ticket IDs if available), copies local environment files, and pushes changes to the remote.
Lightweight skill to capture solved problems and learnings into simple markdown files
| name | tasks |
| description | Generate a detailed implementation plan with parent tasks and atomic sub-tasks from the PRD in a Linear issue, syncing it to a |
You are running the tasks skill. Follow this flow every time:
Gather inputs
Inspect the Linear issue
## PRD section exists, use it automatically and confirm back to the user which PRD you found.## Bug Brief), proceed by treating the bug brief and diagnosis notes as the functional source of truth—call this out to the user but do not force a PRD.issue skill. Only continue without a PRD if the user explicitly confirms.Analyze the PRD and current state
Phase 1 – draft parent tasks
## PLAN section with three consistent subheadings: ### Relevant Files, ### Notes, and ### Tasks. Populate ### Tasks with the parent items and leave the other subsections empty placeholders if needed. Keep any pre-existing plan content that remains accurate.Phase 2 – expand with sub-tasks
Assemble the final Markdown
## PLAN
### Relevant Files
- `path/to/file` – reason it matters
### Notes
- Important reminders or testing commands
### Tasks
- [ ] 1.0 Parent Task
- [ ] 1.1 Sub-task
Sync the plan back to Linear
## PLAN section with the complete plan (parent + sub-tasks, relevant files, notes).Report completion
Remember: the tasks skill is a two-stage conversation. Always pause after the parent tasks until the user types "Go", and keep Linear as the canonical home for the resulting plan.