Files
pi-config/skills/project-docs/templates/vikunja-tasks.json.tpl

23 lines
577 B
Smarty

{
"title": "{{PROJECT_NAME}} - Human Task Overview",
"description": "High-level task checklist for human team members.",
"tasks": [
{
"title": "Confirm Gitea repository creation & standard README",
"done": false
},
{
"title": "Review Obsidian portfolio note and employment skill highlights",
"done": false
},
{
"title": "Verify Mermaid architecture diagram & Archify map link",
"done": false
},
{
"title": "Ensure Outline AI context doc is present for agent restarts",
"done": false
}
]
}