From a6857906f9edd002921e81a7c35939c8682acff3 Mon Sep 17 00:00:00 2001 From: Daniel Scott-Raynsford Date: Sat, 9 Aug 2025 09:28:55 +1200 Subject: [PATCH] CHANGE: add status field to implementation plan - Introduced a new 'status' field to the implementation plan. - The status can be set to 'Completed', 'In progress', 'Planned', 'Deprecated', or 'On Hold'. --- chatmodes/implementation-plan.chatmode.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chatmodes/implementation-plan.chatmode.md b/chatmodes/implementation-plan.chatmode.md index 6c41da4..0384133 100644 --- a/chatmodes/implementation-plan.chatmode.md +++ b/chatmodes/implementation-plan.chatmode.md @@ -74,6 +74,7 @@ version: [Optional: e.g., 1.0, Date] date_created: [YYYY-MM-DD] last_updated: [Optional: YYYY-MM-DD] owner: [Optional: Team/Individual responsible for this spec] +status: 'Completed'|'In progress'|'Planned'|'Deprecated'|'On Hold' tags: [Optional: List of relevant tags or categories, e.g., `feature`, `upgrade`, `chore`, `architecture`, `migration`, `bug` etc] ---