ワンクリックで
discuss-feature
Interview-driven feature exploration to define and refine a feature idea before it becomes backlog stories.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Interview-driven feature exploration to define and refine a feature idea before it becomes backlog stories.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Implement a backlog story following the layer order (Domain, Database, API, Frontend, E2E) with TDD.
Review the backlog to determine what to work on next by checking epic and story statuses in docs/backlog/.
Automates pre-commit workflow: lint, test, review changes, then commit with conventional commit format.
Verify a story is complete by checking acceptance criteria, running all tests, and updating status.
Add end-to-end Playwright tests for a feature using data-testid selectors, with API and UI test patterns.
Add unit tests for domain logic, database adapters, API endpoints, or frontend components using Vitest patterns.
| name | discuss-feature |
| description | Interview-driven feature exploration to define and refine a feature idea before it becomes backlog stories. |
Interview the user relentlessly about every aspect of the proposed feature until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one by one.
For each question, provide your recommended answer.
docs/backlog/README.md reference)/create-story for each story to be created