ワンクリックで
cd-symptom-page
// Generate symptom pages for the CD migration guide following the standard template
// Generate symptom pages for the CD migration guide following the standard template
Audit and update the curated persona symptom pages (for-developers.md, for-agile-coaches.md, for-managers.md) when symptoms or anti-patterns are added, removed, or moved. Use this skill whenever new symptom or anti-pattern pages are created, when existing pages are deleted or reorganized, after running /cd-symptom-page or /cd-anti-pattern-page, or when the user asks to update the persona reading lists. Also use proactively at the end of any session that added or changed symptom content.
Generate a complete CD migration facilitator chatbot setup from the beyond.minimumcd.org site content. Use this skill whenever a user wants to create a chatbot, assistant, or guide that teams can use to navigate the CD migration journey — especially when they mention facilitating workshops, helping teams self-diagnose delivery problems, or guiding teams through continuous delivery adoption. Also use this when someone asks "how can teams use this site interactively" or "can we make a bot from this". Invoke proactively any time the user is thinking about team enablement, self-service CD coaching, or turning site content into an interactive guide.
Generate SVG diagrams for the CD migration documentation site (beyond.minimumcd.org). Use this skill whenever the user asks for a diagram, visual, workflow illustration, before/after comparison, or any figure to embed in a content page. Also use it when adding a diagram would meaningfully improve a content page being written or edited, even if the user has not explicitly asked for one. This skill is the single source of truth for the site's diagram color palette, layout conventions, and SVG output format.
Compare documentation against CD principles and practices from continuousdelivery.com and minimumcd.org, identifying gaps, misalignments, and improvement opportunities
Validate structure, voice, front matter, and cross-references for CD migration site content pages
Generate guide pages for the Migrate to CD section following the standard template
| name | cd-symptom-page |
| description | Generate symptom pages for the CD migration guide following the standard template |
| user_invocable | true |
Role: implementation. This skill generates new content files following the symptom page template.
Generate a new symptom page for the "Symptoms" section of the CD migration guide.
testing/, deployment/, flow/, or visibility/.content/en/docs/symptoms/deployment/fear-of-deploying.md to calibrate tone, depth, and structure./grammar-check on the generated file to catch and fix any prohibited punctuation.**Read more:** links point to existing anti-pattern pages.---
aliases:
- /docs/symptoms/[slug]/
title: "[Descriptive Title - What the Team Experiences]"
linkTitle: "[Short display title]"
description: >
[One-to-two sentence description under 160 characters. Describe the observable symptom
and its immediate impact.]
tags:
- [tag-1]
- [tag-2]
---
## What you are seeing
[2-3 paragraphs describing what a team member observes day to day. Be vivid and specific.
Use present tense. Paint a picture the reader recognizes from their own experience.
The goal is for the reader to say "that's us."]
## Common causes
### [Cause Name - Matches Anti-Pattern Title]
[2 paragraphs explaining how this anti-pattern produces the symptom the reader is
experiencing. Be specific about the mechanism. First paragraph describes the cause,
second paragraph describes the healthier alternative or what changes when the
anti-pattern is addressed.]
**Read more:** [Anti-Pattern Title](../../anti-patterns/[category]/[slug]/)
### [Cause Name 2]
[Same structure as above]
**Read more:** [Anti-Pattern Title](../../anti-patterns/[category]/[slug]/)
[2-5 cause subsections total. Each must link to an existing anti-pattern page.]
## How to narrow it down
1. **[Diagnostic question in bold]** [Brief explanation of what the answer tells you.
Ends with a recommendation to] Start with
[Anti-Pattern Title](../../anti-patterns/[category]/[slug]/).
2. **[Next diagnostic question]** [Same pattern.]
[One numbered item per cause, in a logical diagnostic order - start with the most
common or easiest to identify.]
## What you are seeing (lowercase "you"), not "What You Are Seeing"./grammar-check before finishing to catch prohibited punctuation (endashes, emdashes, hyphens used as dashes).category, risk_level, or weight in front matter.{{% pageinfo %}} block.aliases in front matter for redirect from old URL structure.| Subdirectory | When to use |
|---|---|
testing/ | Symptoms related to test suite health, test reliability, test effectiveness |
deployment/ | Symptoms related to deployment frequency, deployment risk, release process |
flow/ | Symptoms related to work throughput, cycle time, bottlenecks, WIP |
visibility/ | Symptoms related to production observability, team health, knowledge gaps |
Every **Read more:** link and every "How to narrow it down" link MUST point to one of these pages. Use relative links from the symptom subdirectory: ../../anti-patterns/[category]/[slug]/
Architecture:
architecture/distributed-monolith - Distributed Monolitharchitecture/premature-microservices - Premature Microservicesarchitecture/tightly-coupled-monolith - Tightly Coupled MonolithBranching & Integration:
branching-integration/integration-deferred - Integration Deferredbranching-integration/long-lived-feature-branches - Long-Lived Feature BranchesMonitoring & Observability:
monitoring-observability/blind-operations - Blind OperationsOrganizational & Cultural:
organizational-cultural/governance-process/cab-gates - CAB Gatesorganizational-cultural/planning/deadline-driven-development - Deadline-Driven Developmentorganizational-cultural/team-dynamics/missing-product-ownership - Missing Product Ownershiporganizational-cultural/team-dynamics/pressure-to-skip-testing - Pressure to Skip Testingorganizational-cultural/team-dynamics/thin-spread-teams - Thin-Spread Teamsorganizational-cultural/planning/velocity-as-individual-metric - Velocity as Individual MetricPipeline & Infrastructure:
pipeline/manual-deployments - Manual Deploymentspipeline/missing-deployment-pipeline - Missing Deployment Pipelinepipeline/snowflake-environments - Snowflake EnvironmentsTeam Workflow:
team-workflow/horizontal-slicing - Horizontal Slicingteam-workflow/knowledge-silos - Knowledge Silosteam-workflow/monolithic-work-items - Monolithic Work Itemsteam-workflow/push-based-work-assignment - Push-Based Work Assignmentteam-workflow/unbounded-wip - Unbounded WIPteam-workflow/undone-work - Undone WorkTesting & Quality:
testing/code-coverage-mandates - Code Coverage Mandatestesting/inverted-test-pyramid - Inverted Test Pyramidtesting/manual-regression-testing-gates - Manual Regression Testing Gatestesting/manual-testing-only - Manual Testing OnlyChoose 1-4 tags from this vocabulary:
architecturebatch-sizedeployment-automationenvironment-consistencyintegration-frequencyobservabilityprocess-gatesteam-dynamicstest-strategywork-decompositionWrite the generated page to content/en/docs/symptoms/[subdirectory]/[slug].md where [slug] is the symptom name in kebab-case.