スキル一覧に戻る
mgkyawzayya

project-planning

by mgkyawzayya

1🍴 0📅 2025年12月16日
GitHubで見るManusで実行

SKILL.md


name: project-planning description: Create clear, step-by-step implementation plans with acceptance criteria. EXCLUSIVE to planner agent. allowed-tools: Read, Grep, Glob, Bash

Project Planning

Exclusive to: planner agent

Instructions

1. Restate Goal

One sentence summary of what we're building.

2. Research

  • Search codebase for similar patterns
  • Identify affected files
  • Note dependencies

3. Break Down

Create 3-5 phases, each independently testable.

Estimation Techniques

T-Shirt Sizing

SizeHoursComplexity
XS1-2Single file
S2-4Few files
M4-8Multiple files
L1-2 daysMultiple components
XL3-5 daysFull feature

Risk Multipliers

  • Database migration: 1.5x
  • Auth/security: 1.5x
  • Third-party: 2x

Risk Matrix

LevelCriteriaMitigation
🔴 HighData loss, security, breakingRollback plan, staging
🟡 MediumPerformance, UX regressionFeature flag
🟢 LowCosmetic, refactorStandard testing

Phase Template

# Phase N: [Name]

## Objective
[What this accomplishes]

## Tasks
- [ ] Task with file path

## Files
| File | Action |
|------|--------|
| `path/file` | Create/Modify |

## Verification
```bash
[commands]

Estimate

[X hours]


## plan.md Output (REQUIRED)

Always create a consolidated `plan.md` file that contains ALL phases and context:

```markdown
# Plan: [Feature Name]

## Context
[What we're building and why]

## Code Patterns to Follow
[Key patterns from codebase research]

## Phases
| # | Name | Objective | Est. |
|---|------|-----------|------|

---

## Phase 1: [Name]
### Objective
[Goal]

### Tasks
- [ ] Task with `path/to/file`

### Files
| File | Action |
|------|--------|

---

[... repeat for each phase ...]

---

## Summary
- **Total Phases**: N
- **Estimated Effort**: X hours
- **Key Risks**: [list]

Examples

  • "Plan a new settings page"
  • "Create a migration plan for adding a column safely"

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です