Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/app/skills/roles/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ interface RoleSection {
}

const ALL_SKILLS: Skill[] = [
{
id: 'solutioning-facilitator',
name: 'Solutioning Facilitator',
description: 'Facilitates a live, multi-role solutioning session and keeps a running record of every option, concern, and decision so nothing is lost or re-argued.',
useCases: [
'Running a live session when a feature gap surfaces mid-sprint.',
'Keeping a Solution Ledger of every option, concern, and decision across rounds.',
'Deciding whether to build now, spike, or defer.',
],
realWorldExample:
'A checkout flow is found to have no offline case mid-sprint; the session converges on one flagged first slice with QA acceptance criteria, and logs the rejected alternatives with reasons.',
addedAt: '2026-07-17',
roles: ['PM', 'DESIGNER', 'QA', 'DEVELOPER'],
},
{
id: 'vertical-slice',
name: 'Vertical Slice Decomposer',
Expand Down
Loading