ワンクリックで
feature-issues
Create GitHub issues from a completed workplan: parent feature issue, implementation issues, then update workplan with links.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create GitHub issues from a completed workplan: parent feature issue, implementation issues, then update workplan with links.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run upfront discovery for a system-wide feature. Fans out discovery agents in parallel, synthesizes a strawman scope-manifest.yaml, writes the evidence trail to the feature docs directory.
Run targeted discovery for a mid-implementation operator complaint. Identifies all sibling surfaces consuming the same primitive/pattern; produces a widening proposal in the dispatch-wrapper-grammar format.
Use when shipping a new midi-macro-bridge version — bumping Cargo.toml, cutting a v-tag, publishing a GitHub Release, or updating the Homebrew tap.
Extend a feature's scope mid-implementation by adding new phases to the existing docs and issue plan without creating a new branch or worktree.
Explain the audiocontrol feature lifecycle and report the current state of active, in-progress, or partially defined features.
Wrap up a Codex work session by updating feature docs, recording development notes, and closing the loop on issue and hardware notes where needed.
| name | feature-issues |
| description | Create GitHub issues from a completed workplan: parent feature issue, implementation issues, then update workplan with links. |
| user_invocable | true |
This skill creates GitHub issues from a completed workplan. When invoked:
Identify feature:
basename $(pwd) and git rev-parse --abbrev-ref HEADdocs/1.0/001-IN-PROGRESS/<slug>/workplan.mddocs/1.0/001-IN-PROGRESS/<slug>/prd.mdRead and parse workplan:
Determine GitHub link base:
feature/<slug>https://github.com/audiocontrol-org/audiocontrol/blob/feature/<slug>/path/to/filehttps://github.com/audiocontrol-org/audiocontrol/blob/feature/<slug>/docs/1.0/001-IN-PROGRESS/<slug>/prd.mdworkplan.mdCreate parent feature issue:
[sampler-devices], [s330-editor], [build])gh milestone listgh issue create \
--title "[module] Feature Name" \
--body "$(cat <<'EOF'
## Overview
[Problem statement from PRD, first paragraph]
## Documentation
- PRD: [GitHub link to prd.md]
- Workplan: [GitHub link to workplan.md]
## Implementation Phases
- [ ] Phase 1: [phase title]
- [ ] Phase 2: [phase title]
...
EOF
)" \
--label "enhancement"
gh issue edit <number> --milestone "<milestone>"Create implementation issues:
Part of #<parent-number>
## Acceptance Criteria
- [ ] [criterion from workplan]
- [ ] [criterion from workplan]
Update workplan:
Report results: