verify-task
Installation
SKILL.md
Verify Task $1 from EXECUTION_PLAN.md using the code verification workflow.
Context Detection
Determine working context:
-
If current working directory matches pattern
*/features/*:- PROJECT_ROOT = parent of parent of CWD (e.g.,
/project/features/foo→/project) - MODE = "feature"
- PROJECT_ROOT = parent of parent of CWD (e.g.,
-
If current working directory matches pattern
*/plans/greenfield*:- PROJECT_ROOT = parent of parent of CWD (e.g.,
/project/plans/greenfield→/project) - MODE = "greenfield"
- PROJECT_ROOT = parent of parent of CWD (e.g.,
-
Otherwise:
- PROJECT_ROOT = current working directory
- MODE = "greenfield-legacy"