sdd-archive
Installation
SKILL.md
SDD: Archive
Inputs
| Input | Required | Description | Example |
|---|---|---|---|
feature_name |
Optional | Archive folder name in kebab-case. Derived from feature.md heading if omitted. |
jwt-authentication |
Steps
Step 0: Validate Inputs (ALWAYS DO THIS FIRST)
Check the conversation for feature_name and for feature.md / plan.md in the project root.
- If
feature.mdorplan.mddo not exist → stop and tell the user both files are required. - Note whether
review.mdexists in the project root — it will be archived if present. - Note whether
impl-summary.mdexists in the project root — it will be archived if present. - If
feature_nameis provided → use it as the archive directory name (kebab-case). - If
feature_nameis missing → readfeature.mdand derive it from the# Feature:heading,
Related skills