スキル一覧に戻る
TriNgo0108

writing-plans

by TriNgo0108

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

SKILL.md


name: writing-plans description: Create detailed implementation plans. Use when planning new features or refactoring work. license: MIT

Writing Implementation Plans

Create clear, actionable implementation plans that can be executed step-by-step.

Plan Structure

1. Goal Description

  • What problem are we solving?
  • What is the desired outcome?
  • What are the success criteria?

2. Background Context

  • Current state of the system
  • Relevant constraints
  • Prior decisions and their rationale

3. Proposed Changes

Group by component, ordered by dependency:

### Component Name

#### [MODIFY] filename.ts

- Change X to Y
- Add validation for Z

#### [NEW] newfile.ts

- Purpose of this file
- Key responsibilities

4. Implementation Steps

Numbered, atomic steps:

  1. Create the new module
  2. Add tests for the new functionality
  3. Integrate with existing code
  4. Update documentation

5. Verification Plan

  • Unit tests to add
  • Integration tests needed
  • Manual verification steps

Best Practices

  • Keep steps small and atomic
  • Include rollback considerations
  • Identify risks and mitigations
  • Estimate effort for each step
  • Mark dependencies between steps

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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