Why
After the launch post, there's a burst of potential contributors who check the Issues tab. If nothing is approachable, they leave. 3-5 well-scoped "good first issue" items convert browsers into contributors.
Candidate issues to tag
Pick from or create small, self-contained tasks like:
- Add IDE autocomplete setup to docs — document how to configure VS Code YAML extension with `schemas/v1/agent.schema.json` (~5 lines of docs)
- Add `.env.example` to `examples/gymcoach/` — list all required env vars with placeholder values
- Add `--verbose` flag to `agentspec init` — show a summary of chosen values before writing the file
- Add `agentspec doctor` command — print Node version, npm version, installed packages (diagnostic info for bug reports)
- Improve CLI error message when agent.yaml not found — currently throws a generic YAML parse error; should say "agent.yaml not found in current directory"
Acceptance criteria
Why
After the launch post, there's a burst of potential contributors who check the Issues tab. If nothing is approachable, they leave. 3-5 well-scoped "good first issue" items convert browsers into contributors.
Candidate issues to tag
Pick from or create small, self-contained tasks like:
Acceptance criteria