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,9 @@
{
"id": "1",
"subject": "Explore project context",
"description": "Check pxl-components library, data files, and any existing project structure",
"activeForm": "Exploring project context",
"status": "completed",
"blocks": [],
"blockedBy": []
}

View file

@ -0,0 +1,8 @@
{
"id": "2",
"subject": "Offer visual companion",
"description": "Offer the visual browser companion for UI mockups",
"status": "completed",
"blocks": [],
"blockedBy": []
}

View file

@ -0,0 +1,8 @@
{
"id": "3",
"subject": "Ask clarifying questions",
"description": "One at a time, understand purpose, constraints, and success criteria",
"status": "completed",
"blocks": [],
"blockedBy": []
}

View file

@ -0,0 +1,8 @@
{
"id": "4",
"subject": "Propose 2-3 approaches",
"description": "Present trade-offs and a recommendation",
"status": "completed",
"blocks": [],
"blockedBy": []
}

View file

@ -0,0 +1,8 @@
{
"id": "5",
"subject": "Present design",
"description": "In sections scaled to complexity, get user approval after each section",
"status": "completed",
"blocks": [],
"blockedBy": []
}

View file

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

View file

@ -0,0 +1,8 @@
{
"id": "7",
"subject": "Spec self-review",
"description": "Check for placeholders, contradictions, ambiguity, scope issues",
"status": "completed",
"blocks": [],
"blockedBy": []
}

View file

@ -0,0 +1,8 @@
{
"id": "8",
"subject": "User reviews written spec",
"description": "Ask user to review spec file before proceeding",
"status": "completed",
"blocks": [],
"blockedBy": []
}

View file

@ -0,0 +1,8 @@
{
"id": "9",
"subject": "Transition to implementation",
"description": "Invoke writing-plans skill to create implementation plan",
"status": "in_progress",
"blocks": [],
"blockedBy": []
}