This commit is contained in:
mr0xb 2026-05-22 15:54:54 -04:00
commit a89c144cd9
No known key found for this signature in database
GPG key ID: D61C4E28AAE1BC5C
476 changed files with 89929 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
"id": "1",
"subject": "Explore project context",
"description": "Skim CLAUDE.md, directory layout, and recent commits to understand RUTH's current state",
"status": "completed",
"blocks": [],
"blockedBy": []
}

View file

@ -0,0 +1,8 @@
{
"id": "2",
"subject": "Clarify brainstorm scope/goal",
"description": "Ask whether this is a wide ideation pass or a single feature to ship next, and what categories matter",
"status": "completed",
"blocks": [],
"blockedBy": []
}

View file

@ -0,0 +1,8 @@
{
"id": "3",
"subject": "Propose 2-3 approaches/groupings",
"description": "Once scope is clear, present categories of improvements with trade-offs",
"status": "completed",
"blocks": [],
"blockedBy": []
}

View file

@ -0,0 +1,9 @@
{
"id": "4",
"subject": "Design request-outcome metrics",
"description": "Clarify cardinality, then propose 2-3 metric scopes, then present design for chosen feature",
"status": "in_progress",
"blocks": [],
"blockedBy": [],
"activeForm": "Designing request-outcome metrics"
}

View file

@ -0,0 +1,8 @@
{
"id": "5",
"subject": "Write design doc to docs/superpowers/specs",
"description": "Save validated design to docs/superpowers/specs/YYYY-MM-DD-topic-design.md and commit",
"status": "pending",
"blocks": [],
"blockedBy": []
}

View file

@ -0,0 +1,8 @@
{
"id": "6",
"subject": "Spec self-review + user review",
"description": "Inline check for placeholders/contradictions/scope, then ask user to review the spec file",
"status": "pending",
"blocks": [],
"blockedBy": []
}

View file

@ -0,0 +1,8 @@
{
"id": "7",
"subject": "Hand off to writing-plans skill",
"description": "Invoke writing-plans to produce implementation plan once spec is approved",
"status": "pending",
"blocks": [],
"blockedBy": []
}