From ed37663cc5fbef691ddfecd080dff42f7e7e350d Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Tue, 21 Jul 2026 11:28:51 +0100 Subject: [PATCH] refactor(to-tickets): remove redundant instructions for ticket implementation --- skills/engineering/to-tickets/SKILL.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/skills/engineering/to-tickets/SKILL.md b/skills/engineering/to-tickets/SKILL.md index 23140c5..96deac5 100644 --- a/skills/engineering/to-tickets/SKILL.md +++ b/skills/engineering/to-tickets/SKILL.md @@ -103,5 +103,3 @@ The end-to-end behaviour this ticket makes work, from the user's perspective — In either form, avoid specific file paths or code snippets — they go stale fast. Exception: if a prototype produced a snippet that encodes a decision more precisely than prose can (state machine, reducer, schema, type shape), inline it and note briefly that it came from a prototype. Trim to the decision-rich parts — not a working demo, just the important bits. - -Work the frontier one ticket at a time with `/implement`, clearing context between tickets.