ワンクリックで
knowie-next
Plan the next step based on project knowledge
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Plan the next step based on project knowledge
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
AI-guided creation of project knowledge files (knowledge/)
Cross-check knowledge files for consistency, coherence, and project alignment
Check knowledge file structure completeness and suggest improvements
| name | knowie-next |
| description | Plan the next step based on project knowledge |
| user-invocable | true |
| argument-hint | [direction or feature area to explore] |
Help the user decide and plan what to work on next, grounded in the project's principles, vision, and experience.
$ARGUMENTS
Read all three core files:
knowledge/principles.mdknowledge/vision.mdknowledge/experience.mdAlso check:
knowledge/design/ for relevant design documentsIf $ARGUMENTS provides a direction (e.g., "error handling", "mobile support"):
If $ARGUMENTS is empty:
Through conversation with the user, converge on all of these items:
Present a concise feature brief:
## Next: [Feature Name]
**Description**: [One-line description]
**Roadmap**: [Phase/milestone reference]
**Prerequisites**:
- [x] [Completed prerequisite]
- [ ] [Missing prerequisite — must be addressed first]
**Scope**:
- ✅ [Included]
- ✅ [Included]
- ❌ [Explicitly excluded]
**Grounded in principles**:
- Principle: "[quoted principle]"
- How this feature serves it: [explanation]
**Informed by experience**:
- Lesson: "[quoted lesson from experience.md]"
- How to apply: [specific guidance for this feature]
**Risks**:
- [Known risk from experience] → Mitigation: [approach]
**Success criteria**:
- [ ] [Concrete, verifiable criterion]
- [ ] [Concrete, verifiable criterion]
After presenting the feature brief, scan the project for spec/planning tools:
.claude/skills/ for spec-related skills (e.g., speckit-specify, speckit-plan).specify/ for Speckitopenspec/ for OpenSpec.kiro/specs/ for Kiro SpecsIf a spec tool is found: suggest the specific command.
Example: "You can now use /speckit-specify to create a detailed specification for this feature."
If no spec tool is found: give a generic prompt. "You can now use your preferred specification tool to flesh out the details, or start implementing directly."
knowledge/.knowie.json → language field (e.g., "zh-TW"). Use that language for ALL output — section headers, descriptions, suggestions, everything. If knowledge/.knowie.json is missing or has no language field, detect from conversation context or default to English.