Guide

Create New Application

Use `create` for new features, scaffolding, and other structured implementation work.

The create workflow turns a concrete request into the smallest defensible implementation that solves the problem.

If the request is still fuzzy, step back to brainstorm or plan first.

Entry Criteria

  • The requested behavior is specific enough to implement.
  • Obvious product ambiguities are resolved.
  • Affected scope is understood from repository context.

Implementation Process

  • Inspect the current code, interfaces, and affected paths.
  • Identify the narrowest subagent and skills for the job.
  • Implement in small defensible increments.
  • Run check before presenting the result.
  • Summarize changed behavior, validation, and remaining risks.