スキル一覧に戻る
sorfeb

planning-features

by sorfeb

0🍴 0📅 2026年1月5日
GitHubで見るManusで実行

SKILL.md


name: planning-features description: | Plan and document features before implementation using project templates. Use when planning new features, creating architecture docs, or when user mentions "plan", "design", "architect", "feature plan", "implementation plan", or "before coding".

Feature Planning

Create structured planning documents before implementation.

When to Plan

Create a plan for:

  • New features with multiple components
  • Changes affecting multiple files
  • Backend + frontend integration work
  • Architecture decisions
  • Refactoring efforts

Skip planning for:

  • Single-file bug fixes
  • Minor styling tweaks
  • Documentation updates

Planning Workflow

- [ ] Step 1: Clarify requirements with user
- [ ] Step 2: Research existing patterns in codebase
- [ ] Step 3: Identify affected files/components
- [ ] Step 4: Create planning document
- [ ] Step 5: Get user approval before implementing

Plan Location

.github/plans/feature-name-plan.md

Use kebab-case for filenames.

Plan Template

See TEMPLATE.md for the full template.

Quick Plan Structure

# Feature: [Name]
**Date**: YYYY-MM-DD
**Status**: Planning

## Objective
What problem does this solve?

## Technical Approach
- Architecture decisions
- Components to create/modify
- API endpoints needed

## Implementation Steps
1. [Step with file path]
2. [Step with file path]

## Testing Strategy
- Unit tests needed
- Manual testing checklist

## Checklist
- [ ] Audio integration considered
- [ ] Responsive design planned
- [ ] Error handling defined
- [ ] No new dependencies (or approval obtained)

Architecture Considerations

Always address:

AspectQuestion
AudioWhat sounds should play?
ResponsiveMobile behavior at 768px?
StateLocal state or context?
DatatRPC query or static?
AuthProtected or public?
PerformanceMemoization needed?

After Implementation

Create completion doc at:

.github/documentation/feature-name-complete.md

スコア

総合スコア

55/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つ以上のタグが設定されている

+5

レビュー

💬

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