console-feature
Installation
SKILL.md
Console feature cycle
Orchestrate the console's issue-driven feature flow. The spec is
apps/console/design/development-flow.md — read it first and follow its
rules and template; this skill only sequences the steps and checkpoints.
Non-negotiables (from the spec):
- Every
gh issue/gh prcommand gets--repo wso2/labs-agentic-engineer— issues and PRs live upstream, never in forks.ghauth is required. - Closed issues and merged PRs are frozen history: never edit or push to them. ADRs are the current truth.
packages/contracts/api/v1/openapi.yamlis the source of truth for the API (issue #76): editing it is the contract change. Regenerate with the console-scoped gen (pnpm --filter @aep/console gen), not rootmake gen.- Stopping at any checkpoint is a normal exit, not a failure. Tell the user
they can pick the feature back up with
/console-feature <issue-number>.