ワンクリックで
plan-story
Fetch a Jira card by key (e.g. WADNR-100) and produce a detailed implementation plan. Use this when starting work on a new story.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Fetch a Jira card by key (e.g. WADNR-100) and produce a detailed implementation plan. Use this when starting work on a new story.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run WCAG 2.2 AA accessibility audit via Playwright axe-core runtime scans and/or ESLint template static analysis, then report findings with scores, grades, and prioritized fix recommendations.
Run C# tests with code coverage and report per-class/method line and branch coverage with uncovered line numbers. Accepts an optional test filter and optional class filter.
| name | plan-story |
| description | Fetch a Jira card by key (e.g. WADNR-100) and produce a detailed implementation plan. Use this when starting work on a new story. |
| allowed-tools | ["mcp__atlassian__getAccessibleAtlassianResources","mcp__atlassian__getJiraIssue","Read","Glob","Grep","Task","EnterPlanMode"] |
Given a Jira issue key passed as an argument (e.g. WADNR-100), fetch the story details and produce a full implementation plan.
Fetch the Jira issue. Call getAccessibleAtlassianResources to obtain the cloud ID, then call getJiraIssue with the issue key provided as the argument. Extract the summary, description, status, and any linked issues.
Summarize the requirements. Parse the Jira description into a clear list of requirements, acceptance criteria, assumptions, and out-of-scope items. Present this summary to the user so they can confirm understanding before planning.
Explore the codebase. Based on the requirements, use the Explore agent (Task tool with subagent_type=Explore) to investigate:
Enter plan mode. Call EnterPlanMode and write a detailed, step-by-step implementation plan covering:
vGeoServer* views if spatial) in WADNR.Database/WADNR.EFModels/Entities/WADNR.Models/DataTransferObjects/SitkaController<T>, routes, authorization attributes ([NormalUserFeature], [AdminFeature], [ProjectEditFeature], etc.)WADNR.API.Tests, Jasmine for Angular componentsswagger.json, run npm run gen-model in WADNR.WebWADNR.Web/src/app/pages/, lazy-loaded routes in app.routes.ts, <wadnr-grid> grids, reactive forms, modals with @ngneat/dialogFor each step, reference specific existing files as templates to follow (e.g. "Model after ProjectController.cs") and call out the exact file paths where new code should go.
Present the plan for user approval via ExitPlanMode.
getAccessibleAtlassianResources.