Plan new work item
pcommandsetup L1★3
FlojoInc/FloImg ↗What it does
plan work items (tasks/bugs) with IDs and acceptance criteria
Best for
Creating tracked work items with clear acceptance criteria, subtask support, and OSS-safe PM artifacts.
Inputs
- · work description from user
- · PROJECT_STATUS.md
- · task ID generation rules
Outputs
- · task/bug file
- · context doc
- · updated PROJECT_STATUS.md
- · git commit
Requires
- · git
- · file system
- · bash ls/grep for ID generation
Preconditions
- · vault/pm/ folder structure exists
- · templates at vault/_templates/ exist
Failure modes
- · ID collision from stale ls results
- · subtask parent not found
- · template missing
- · acceptance criteria too vague
Trust signals
- · separates Task vs Bug classification
- · supports subtask hierarchy with dot notation
- · enforces dual project relations
- · bans task IDs from source code