golang-project-starter
Installation
SKILL.md
Go Project Starter
Turn an idea into the smallest coherent Go project contract, get it reviewed, then implement it incrementally. Prefer KISS and convention over configuration.
1. Inspect before asking
- Read repository instructions, status, existing docs, manifests, and source.
- Preserve user changes and established conventions unless the user explicitly wants a reset.
- Reuse an existing canonical spec or plan instead of creating duplicates.
- Discover facts from the repository before asking the user.
2. Run focused discovery
Use request_user_input when available; otherwise ask concise plain-text
questions. Ask one to three high-leverage questions per round, recommend the
simplest option first, and explain its tradeoff.