← Back to list

planningcreate-workplan
by venikman
⭐ 0🍴 0📅 Jan 19, 2026
SKILL.md
name: planning/create-workplan description: Creates a WorkPlan (Schedule of Intent) and logs U.Work. version: 0.1.0 status: experimental family: planning role: Planning Coordinator allowed_tools:
- write_to_file policies:
- A.15.2 WorkPlan (Schedule of Intent)
- A.15.1 U.Work Logging outputs:
- WorkPlan
Planning: Create WorkPlan (A.15.2)
1. Context
This skill implements Pattern A.15.2 (WorkPlan / Schedule of Intent). It captures a planning artifact that scopes intent, deliverables, and context in a durable, reviewable form.
2. Metadata
- ID:
planning/create-workplan - Role:
U.RoleAssignment(PlanningCoordinator) - Standard: A.15.2, A.15.1
3. Instructions
3.1 Input Requirements
- Context: Bounded context to place the WorkPlan (safe path segment).
- Plan ID: Kebab-case identifier used for the WorkPlan filename.
- Title: Short title for the plan.
- Intent: One or two sentences describing the objective.
- Deliverables: Optional semicolon-separated list (e.g., "Checklist; Timeline").
3.2 Output Artifact
Create a WorkPlan markdown file at:
runtime/contexts/<context>/planning/workplans/<id>.md
The WorkPlan MUST include:
- Title and intent.
- Deliverables list (or a TBD placeholder).
- Creation metadata.
3.3 Execution Steps
- Validate inputs and sanitize
context/id. - Resolve the target directory and create it if missing.
- Render the WorkPlan markdown with sections for intent and deliverables.
- Write the file to the target directory without overwriting existing plans.
- Emit
U.Workviatelemetry/log-workfor the creation action.
Score
Total Score
60/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon