Orbit Workflow Single skill for specification-driven development. Artifacts are the source of truth. Initialization <context-loading Before any workflow action, load full context with a single Bash call: This returns JSON with: - : Recommended next action - : Active feature state and artifacts - : All features with frontmatter state - : Features needing attention - : Available architecture docs Use this context for all decisions. Avoid additional Read calls for state detection. </context-loading Phase Detection Phase is stored in spec.md frontmatter field: | Status | Artifacts | Next Action |…