Documentation
README
Skill Architecture & Design Planning
Process
Step 1: Domain Discovery
Ask the user these questions (adapt based on context):
- What domain is this skill for? (e.g., SEO, advertising, DevOps, data analysis)
- What are the top 2-3 use cases? What should users be able to accomplish?
- What trigger phrases would users say? List 5-10 natural language triggers.
- Does it need external tools? MCP servers, APIs, CLI tools?
- Who is the target user? Developer, marketer, analyst, general user?
Step 2: Use Case Decomposition
For each use case, define:
Use Case: [Name]
Trigger: User says "[phrases]"
Steps:
1. [First action]
2. [Decision point or validation]
3. [Next action]
Result: [What success looks like]
Tools Needed: [built-in, MCP, scripts]
This is the opening of the README. Read the full README on GitHub.