27 lines
683 B
JSON
27 lines
683 B
JSON
[
|
|
{
|
|
"content": "Parse PRD into structured tasks with task-master",
|
|
"status": "in_progress",
|
|
"activeForm": "Parsing PRD into structured tasks"
|
|
},
|
|
{
|
|
"content": "Review and strengthen generated tasks",
|
|
"status": "pending",
|
|
"activeForm": "Reviewing and strengthening tasks"
|
|
},
|
|
{
|
|
"content": "Create project structure and init.sh",
|
|
"status": "pending",
|
|
"activeForm": "Creating project structure"
|
|
},
|
|
{
|
|
"content": "Initialize git and commit",
|
|
"status": "pending",
|
|
"activeForm": "Initializing git repository"
|
|
},
|
|
{
|
|
"content": "Write progress notes",
|
|
"status": "pending",
|
|
"activeForm": "Writing progress notes"
|
|
}
|
|
] |