← Back to list

feature-spec-orchestrator
by mattg101
Solidworks Plugin for Developing Robotic Descriptions
⭐ 0🍴 0📅 Jan 18, 2026
SKILL.md
name: feature-spec-orchestrator description: Create feature spec files from project docs, commit and push to main, and create matching feature branches from main. trigger: always_on
This skill follows engineering-doctrine and structured-workflow.
When To Use
- When a user asks for new feature specs in
docs/dev/orchestration/. - When the workflow requires aligning specs to feature branches.
Inputs
- Project docs in
docs/dev/orchestration/(especiallyproject_context.md,project_design_spec.md,project_manifesto.md). - Spec template
docs/dev/orchestration/template_tech_spec.md.
Required Outputs
- One spec file per feature in
docs/dev/orchestration/. - Filename must include the exact feature branch name.
- Specs must be implementation-ready and traceable to project docs.
Execution Workflow
- Clarify
- Confirm features or choose an appropriate set from the project roadmap if asked to decide.
- Decide on a branch naming scheme (e.g.,
feat-...) and use it consistently.
- Decide
- Map each feature to a scoped spec aligned with the roadmap milestones and constraints.
- Use the template sections; expand with additional sections if required by project conventions.
- Execute
- Create spec files in
docs/dev/orchestration/with filenames like:feature-spec__<branch-name>.md
- Populate each spec using
template_tech_spec.mdplus any required sections from agent guidance.
- Create spec files in
- Verify
- Ensure each spec references relevant project context and has testable requirements.
- Confirm filenames include the branch name verbatim.
- Sync (Git)
- Commit specs to
mainwith a clear message. - Push
maintooriginbefore creating any feature branches. - Create feature branches from updated
mainwith the same names used in the spec filenames. - Push all new feature branches to
origin.
- Commit specs to
Guardrails
- Do not include unrelated files (e.g., logs, test outputs) in commits.
- Do not alter existing specs unless explicitly requested.
- Keep content deterministic and avoid speculative scope beyond the docs.
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