
aico-pm-init
by yellinzero
Build your AI team in seconds, start working immediately
SKILL.md
name: aico-pm-init description: | Initialize PM environment by creating constitution document from template.
Use this skill when:
- Running /pm.init command
- User asks to "initialize PM", "setup product management", "create constitution"
- Starting a new project and need to establish product constraints and domain info
- Need to create docs/reference/pm/constitution.md for a new project
PM Init
Initialize the product constitution document that provides shared constraints and domain information for all PM activities.
Language Configuration
Before generating any content, check aico.json in project root for language field to determine the output language. If not set, default to English.
Process
- Check existing: Look for
docs/reference/pm/constitution.md - If exists: Ask user if they want to overwrite or update specific sections
- If not exists:
- Read template from
references/constitution.template.md - Guide user through questions to fill template
- Read template from
- Save output: Write to
docs/reference/pm/constitution.md
Document Header Format
All generated documents MUST use this unified header format:
# [Document Title]
> Project: [project-name]
> Created: YYYY-MM-DD
> Last Updated: YYYY-MM-DD
Guided Questions
Ask user about:
| Section | Questions |
|---|---|
| Product Overview | Product name? One-line description? Target users? |
| Domain Info | Industry/market? Key terminology? Compliance requirements? |
| Constraints | Technical stack? Business constraints? |
| Standards | Documentation language? Naming conventions? |
Template
See references/constitution.template.md for the full constitution template.
Output
✓ Created docs/reference/pm/constitution.md
✓ PM environment initialized
Key Rules
- ALWAYS use the unified header format
- MUST guide user through key questions before generating
- ALWAYS save to
docs/reference/pm/constitution.md
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です