Parse user requirements into structured format with explicit assumptions, constraints, and acceptance criteria. Use when initial requirements are ambiguous or informal.
Convert informal user requests into structured requirement format.
Identify what user directly stated:
What's assumed but not stated:
Mark unclear items:
Use templates/parsed-intent.md
Save to: docs/specs/parsed-intent-{session}.md
The template captures:
Assign confidence to each extracted requirement:
| Level | Meaning | Action | |-------|---------|--------| | High | Directly stated by user | Proceed | | Medium | Strongly implied | Confirm | | Low | Inferred/assumed | Must clarify |
User: "I need users to be able to export their data"
Parsed:
- Action: export
- Object: user data
- Actor: users (authenticated)
- Implicit: format unspecified, permissions assumed
- Ambiguity: which data? what format?
User: "The search is too slow"
Parsed:
- Action: improve search performance
- Implicit: current performance is unacceptable
- Ambiguity: how slow? target speed?
User: "Make the dashboard better"
Parsed:
- Action: improve dashboard
- Ambiguity: which aspects? visual? functional? performance?
- Confidence: Low (requires extensive clarification)
Save to: docs/specs/parsed-intent-{session}.md
Before completing parsing:
npx skills add vneseyoungster/user-intent-parser下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer