sync-tasks
Installation
SKILL.md
User Input
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty).
Outline
- Task Confirmation:
- User must explicitly provides the Task ID.
- The format is
<FeatureID>-<TaskID>, e.g.,F001-T101. - Confirm Feature and Module. The Feature ID is given above. The Module ID is the first digit of the Task ID, e.g.,
F001-T101-> Feature 001, Module 1. - Locate the task file, i.e.,
./specs/<FeatureID>-<FeatureName>/tasks/module_i.md. - Extract the GitHub Feature Issue from the
tasks/metadata.mdfile. - Note a submission might relates to multiple tasks.