src/templates/skills/codex/plan-kanban-tasks/SKILL.md
Generate Product Development Requirments(PDR) and create task on kanban. Use when user explictly ask for, or ask for creating a task, planing a feature, register a task on kaban. "Generate PDR"
npx skillsauth add askbudi/juno-code plan-kanban-tasksInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Ultrathink for this task First task is to study @.juno_task/plan.md (it may be incorrect) and study what is needed to achieve the main task.
Second Task is to understand the task, create a spec for process to follow, plan to execute, scripts to create, virtual enviroment that we need, things that we need to be aware of, how to test the scripts and follow progress. Think hard and plan/create spec for every step of this task and for each part create a seperate .md file under @.juno_task/specs/*
Update @.juno_task/plan.md with the new specs and Requirments.
Create PDR on kanban, kanban is available in @.juno_task/scripts/kanban.sh In the task body, include requirments, success criteria, test scenarios and jobs to be done. For each chunk of the required feature create a seperate task, we want tasks, small enough to be done in one iteration, without compacting context window.
Current state of specs under @.juno_task/specs/
!ls -lrt .juno_task/specs/
$ARGUMENTS
testing
Understand current project and create/update specs under @.juno_task/specs/* , it allows you understand dependencies. and prepare for implementation. Use when user explicitly ask you, or when asking for understand the project, first see how it works and then do [main task] with respect to [constraints]
testing
should only get executed with explicit user request.
development
Generate Product Development Requirments(PDR) and create task on kanban. Use when user explictly ask for, or ask for creating a task, planing a feature, register a task on kaban. "Generate PDR"
documentation
Comprehensive guide for using juno-kanban task management. Covers all commands (create, list, search, get, mark, update, archive, deps, ready, order, merge), dependency management, best practices, and workflow patterns. Use when you need to interact with the kanban board.