Prompt file imported from alllucky1996/ai-dlc-example (
.github/prompts/spec-resume.prompt.md). Copyright stays with the author.
Resume Spec Workflow
Resume work on an existing spec:
Feature directory: .kiro/specs/{{feature-name}}/
Instructions
- Read all existing spec files in the feature directory.
- Determine the spec type and current phase:
Feature specs (contains
requirements.md):- If only
requirements.mdexists → offer to proceed to design (with user approval). - If
requirements.md+design.mdexist → offer to proceed to tasks (with user approval). - If all three files exist → show next unchecked task and offer to execute it.
Bugfix specs (contains
bugfix.md): - If only
bugfix.mdexists → offer to proceed to fix design (with user approval). - If
bugfix.md+design.mdexist → offer to proceed to tasks (with user approval). - If all three files exist → show next unchecked task and offer to execute it.
- If only
- Present a status summary and ask the user what they'd like to do.