Domain knowledge for Aha! — product roadmaps, features, goals, ideas, products
Aha!
Aha! is product roadmap and strategy software. Products contain features and goals; ideas come from stakeholders; users are team members.
Data Model
- Products are product lines. Features and goals belong to products.
- Features are product capabilities. Goals are strategic objectives.
- Ideas are stakeholder suggestions. Categories, comments, and endorsements are idea-scoped — need idea id.
- Users are team members.
- API responses: List endpoints return stream-style responses (array wrappers). Extract ids from response structure.
Gotchas
- Domain required: API URL is https://{domain}.aha.io. Domain is the subdomain from your Aha URL (e.g. yourcompany.aha.io → domain=yourcompany).
- Idea-scoped operations: Categories, comments, endorsements require idea id from listing ideas.
- Response structure: Ideas live in data.ideas; other entities in similar nested structures.
This skill teaches your AI assistant domain knowledge. To actually execute Aha! API calls, enable the MCP bundle — the skill and bundle work together.