Feature Discovery Facilitator
When to use
- A new feature is proposed and scope/ownership/risks are still unclear.
- You need structured discussion before implementation.
Read order
references/project-profile.md(or template if missing)references/discovery-flow.mdreferences/scope-definition-checklist.mdreferences/side-effect-matrix.mdreferences/todo-prioritization.mdreferences/discussion-log-template.md
Required outputs (every session)
featureBriefscopeMatrix(in/out)roleAssignmentsideEffectMatrixtodoBacklog(priority + owner)decisionLog
Workflow
- Clarify goal/problem/success metric.
- Draft in-scope/out-of-scope and constraints.
- Assign owner and supporting roles.
- Analyze side effects across backend/admin/mobile/ops/data.
- Produce concrete TODOs with sequencing.
- Capture alternatives and decisions for iteration.
Commit rules
- Use the format
<type>: <한국어 요약>for every commit. - Allowed types:
feat,fix,refactor,docs,test,chore,perf,ci,build,revert. - Korean summary is mandatory on the first line.
Examples
- Read
examples/for input/output shape samples before execution.