원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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.