Read a SkeletIQ design
get_designRead a SkeletIQ architecture to get a brief for AGENTS.md, build order, component specs, and open gaps, all tied to a specific version.
Instructions
Read a SkeletIQ architecture. Start with mode "brief" to orient — it returns a fenced block to write into AGENTS.md — then "build_order" for the sequence and "component" for each piece as you build it. Every answer states which version it came from and whether that version is a release.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | overview: the whole design. component: one component, its connections in both directions, and the decisions that mention it. brief: the fenced markdown block to write into AGENTS.md. readiness: what still has to be decided before this design is worth building. build_order: the order to build components in, and why. gaps: the open questions and unconfirmed assumptions in the design. | |
| version | No | A specific version. Defaults to the latest released version, or the latest version if none is released. | |
| project_id | Yes | A SkeletIQ project id, or its exact name. | |
| component_id | No | Required for mode "component". The component id, or its name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| mode | Yes | ||
| version | Yes | ||
| project_id | Yes | ||
| is_released | Yes | ||
| resolved_by | Yes | ||
| architecture_id | Yes | ||
| newer_release_exists | Yes |