microsoft / microsoft/amplifier

feat(parasol5): ポータブルなPARASOL v5.8コマンド体系の新設

Open
#229 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
3.1k
Forks
261
Avg merge
3h 28m
Merged PRs (30d)
13

Description

概要

既存の.claude/commands/parasol/から、他プロジェクトへコピー可能なポータブルコマンドディレクトリ.claude/commands/parasol5/を新設する。

設計方針

命名規則の変更
  • Phase 0-2 → value/: 価値空間に関わるフェーズをvalue.xxxとして統合
    • 0-initvalue:init
    • 1-contextvalue:context
    • 2-valuevalue:definition
    • 価値管理コマンド(trace, necessity-check, imagination-detect, inheritance)もvalue/配下
  • Phase 3 → capability/: ケイパビリティ分解
  • Phase 4-5 → architecture/: アプリケーション設計・ソフトウェア設計
  • Phase 6-7 → implementation/: 実装・プラットフォーム
  • マイルストーン → milestone/: VMS管理・品質ゲート
  • 統合実行 → execution/: quick-start, full-design, full-implementation
  • ユーティリティ → utils/: help, status, project, validate
ポータビリティ
  • プロジェクト固有データ(projects/)は含めない
  • 書籍関連(docs/books/)は含めない
  • ナレッジベース(_knowledge/)は内部参照として最小限含める
  • parasol5/ディレクトリを丸ごとコピーすれば他プロジェクトで動作
コマンド命名パターン
/parasol5:value:init
/parasol5:value:context
/parasol5:value:definition
/parasol5:capability:decompose
/parasol5:architecture:application
/parasol5:milestone:quality-gate
/parasol5:execution:quick-start

タスク

  • ディレクトリ構造の作成
  • README.md / VERSION / CONTEXT.md の作成
  • value/ コマンドの移設・リネーム(Phase 0-2 + 価値管理)
  • capability/ コマンドの移設
  • architecture/ コマンドの移設
  • implementation/ コマンドの移設
  • milestone/ コマンドの移設
  • execution/ コマンドの移設
  • utils/ コマンドの移設
  • _knowledge/ ナレッジの移設
  • コマンド内の相互参照パスを更新

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing the existing .claude/commands/parasol/ tree with the proposed .claude/commands/parasol5/ layout. Create README.md, VERSION, and CONTEXT.md, then review each command group and the _knowledge/ references while excluding projects/ and docs/books/. Done means the portable directory can be copied to another project and its internal command paths resolve correctly.

Written by the indexing model from the issue text.

Assessment

Domain
cli, tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.