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 pr command gets --repo wso2/labs-agentic-engineer — issues and PRs live upstream, never in forks. gh auth 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.yaml is 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 root make 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>.
Installs
1
GitHub Stars
18
First Seen
Aug 6, 2026
console-feature — wso2/labs-agentic-engineer