From 11e0de528a47d5151f2dc1313906b7198492a9c4 Mon Sep 17 00:00:00 2001 From: Elizabeth W Date: Mon, 25 May 2026 01:46:33 -0600 Subject: [PATCH] telling agent to not skip refactor --- .agents/skills/tdfddd-assembly/SKILL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.agents/skills/tdfddd-assembly/SKILL.md b/.agents/skills/tdfddd-assembly/SKILL.md index 8eb44d6..5cd5c0a 100644 --- a/.agents/skills/tdfddd-assembly/SKILL.md +++ b/.agents/skills/tdfddd-assembly/SKILL.md @@ -26,6 +26,8 @@ F# is the primary design language and contract artifact for this phase. Assembly Use TDD during assembly, but only after the design is frozen. The contract from the blueprint determines the test surface. +Follow the skill exactly; do not skip RED→GREEN→REFACTOR, and report each cycle + **Constraints:** - Read `design/workflows//shared-model.fs` when present and `design/workflows///04-blueprint.fs` as input.