Agent skill · Frontend

jira-driven-planning

Jiraチケットの要件とConfluenceの関連ドキュメントを基に、Frontend/Backend/Infrastructureに分割した実装計画を策定するプランニングスキル。Jiraチケット情報とConfluence検索結果が前段で取得済みであることを前提とし、構造化された実装計画を出力する。「プランニング」「実装計画策定」「タスク分割」などの文脈で使用。

breaking-brakegithub.com/breaking-brakeGitHub ↗
claude-codeNOASSERTION
Install
npx skills add breaking-brake/cc-wf-studio --skill jira-driven-planning --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: .claude/skills/jira-driven-planning/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 5,342
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Jira Driven Planning Jiraチケットの要件とConfluenceの関連ドキュメントを入力として、Frontend / Backend / Infrastructure に分割した実装計画を策定する。 ## Workflow 1. 前段で取得されたJiraチケット情報(タイトル、説明、受け入れ基準、優先度)を確認 2. 前段で取得されたConfluenceドキュメント(設計書、仕様書、アーキテクチャ図)を確認 3. [planning-template.md](references/planning-template.md) に従って実装計画を策定 4. 計画をユーザーに提示し、レビューを依頼 ## Output Requirements - 要件サマリーは箇条書きで簡潔に - 技術的アプローチはアーキテクチャ判断の根拠を含める - タスク分割は Frontend / Backend / Infrastructure の3軸で整理 - 依存関係はブロッカーを明示 - リスクは重大度と対策をセットで記載 ## Constraints - 既存のコードベースやアーキテクチャパターンを尊重する - 不明確な要件がある場合はユーザーに確認を求める - 過度に詳細な実装レベルまで踏み込まず、計画レベルに留める

What's inside
Steps it walks through
  1. Workflow
  2. Output Requirements
  3. Constraints
Ships with 1 file
  • references/planning-template.md
More from cc-wf-studio
All skills →
About this skill
What does the jira-driven-planning skill do?

Jiraチケットの要件とConfluenceの関連ドキュメントを基に、Frontend/Backend/Infrastructureに分割した実装計画を策定するプランニングスキル。Jiraチケット情報とConfluence検索結果が前段で取得済みであることを前提とし、構造化された実装計画を出力する。「プランニング」「実装計画策定」「タスク分割」などの文脈で使用。

How do I install it?

Run `npx skills add breaking-brake/cc-wf-studio --skill jira-driven-planning --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From breaking-brake/cc-wf-studio, a repository with 5,342 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going