Skip to content

feat: Require worked examples in designs; lead gate presentations with before→after - #31

Open
jirispilka wants to merge 1 commit into
mainfrom
feat/design-worked-examples
Open

feat: Require worked examples in designs; lead gate presentations with before→after#31
jirispilka wants to merge 1 commit into
mainfrom
feat/design-worked-examples

Conversation

@jirispilka

Copy link
Copy Markdown
Collaborator

Why

The design is the one artifact the human must absorb at a gate, and abstract prose forces reverse-engineering the change from the diff later. templates/design.md mandated an example only for style-unification designs, and its "~1 page, no code blocks" cap actively pushed examples out.

What changed

  • templates/design.md: every design's "How it will work" must carry worked examples — concrete before→after instances of the primary artifact, one per consequence-carrying decision, each stating its consequence. Cap reworded to "~1 page of prose plus worked examples; no implementation code". A meta-example shows the form.
  • SKILL.md: design presentations lead with a "What changes at a glance" before→after block; the full paste still follows. PR bodies drop the three-bullet cap — worked examples welcome at any length, diff narration and transcripts stay banned. Hard rule "Keep design short" → "Keep design focused".
  • Contract tests pin the new sentences.

Exemplar for the example style: apify/apify-mcp-server#1279.

Closes #29

🤖 Generated with Claude Code

…with before→after

Designs must carry concrete before→after examples of the primary artifact,
one per consequence-carrying decision; design-gate presentations lead with a
"What changes at a glance" block. PR bodies drop the three-bullet cap: substance
(worked examples) at any length, fluff (diff narration, transcripts) banned.

Closes #29

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Designs must carry a worked example; design-gate presentation leads with before→after

2 participants