بنقرة واحدة
cd-guide-page
// Generate guide pages for the Migrate to CD section following the standard template
// Generate guide pages for the Migrate to CD section following the standard template
| name | cd-guide-page |
| description | Generate guide pages for the Migrate to CD section following the standard template |
| user_invocable | true |
Role: implementation. This skill generates new content files following the guide page template.
Generate a new guide page for the "Migrate to CD" section of the CD migration guide.
content/en/docs/migrate-to-cd/foundations/trunk-based-development.md to calibrate tone, depth, and structure./grammar-check on the generated file to catch and fix any prohibited punctuation.---
title: "[Practice or Topic Name]"
linkTitle: "[Practice or Topic Name]"
weight: [number - position within the phase section]
description: >
[One sentence description under 160 characters. State what the practice is and
what it enables.]
---
{{% pageinfo %}}
**[Phase Name]** | Adapted from [source if applicable]
[1-2 sentence summary of why this practice matters and where it fits in the
migration path.]
{{% /pageinfo %}}
## What Is [Practice Name]?
[2-3 paragraphs defining the practice. Be precise about what it is and what it is not.
Include a blockquote if there is an authoritative definition worth citing.]
### What [Practice Name] Is Not
[Bullet list clarifying common misconceptions. This subsection is optional but
recommended when the practice is frequently misunderstood.]
## What [Practice Name] Improves
[Table showing problems and how the practice addresses them. Optional but effective
for practices that address multiple symptoms.]
| Problem | How [Practice] Helps |
|---------|---------------------|
| [Problem] | [How it helps] |
## [Implementation Section - Title Varies by Topic]
[This is the core section. Structure depends on the topic. Options include:]
[Option A: Migration paths - when there are multiple valid approaches]
### Path 1: [Approach Name]
### Path 2: [Approach Name]
### How to Choose Your Path
[Option B: Step-by-step guide - when there is one clear approach]
### Step 1: [Action] (Week N)
### Step 2: [Action] (Week N)
[Option C: Practice areas - when the topic has multiple facets]
### [Facet 1]
### [Facet 2]
## Essential Supporting Practices
[Describe practices that must be in place for this one to work. Link to their
guide pages. Optional - include when dependencies are important.]
## Getting Started: A Tactical Guide
[Time-boxed weekly steps for adopting the practice. Similar to "How to Fix It"
in anti-pattern pages but framed positively as adoption rather than correction.]
### Step 1: [Action]
### Step 2: [Action]
### Step 3: [Action]
## Key Pitfalls
[Numbered list of common mistakes when adopting this practice. Each with a bold
title and 1-2 paragraph explanation.]
### 1. "[Common mistake in quotes]"
### 2. "[Common mistake in quotes]"
## Measuring Success
[Table of metrics with targets and rationale.]
| Metric | Target | Why It Matters |
|--------|--------|----------------|
| [Metric] | [Target] | [Why] |
## Further Reading
[Links to external authoritative sources. Include attribution if content is adapted.]
## Next Step
[One sentence pointing to the next logical practice in the migration path, with a link.]
/grammar-check before finishing to catch prohibited punctuation (endashes, emdashes, hyphens used as dashes).{{% pageinfo %}} block with the phase indicatorcategory, risk_level, or tags in front matterweight for ordering within a phase sectionThe phase determines the output directory and the pageinfo label.
| Phase | Directory | Pageinfo label |
|---|---|---|
| Phase 0 - Assess | assess/ | **Phase 0 - Assess** |
| Phase 1 - Foundations | foundations/ | **Phase 1 - Foundations** |
| Phase 2 - Pipeline | pipeline/ | **Phase 2 - Pipeline** |
| Phase 3 - Optimize | optimize/ | **Phase 3 - Optimize** |
| Phase 4 - Continuous Deployment | continuous-deployment/ | **Phase 4 - Continuous Deployment** |
Use relative links from guide page directories: ../../../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 OnlyUse relative links from guide page directories: ../../../symptoms/[subdirectory]/[slug]/
Testing:
testing/flaky-tests - Flaky Teststesting/high-coverage-ineffective-tests - High Coverage, Ineffective Teststesting/refactoring-breaks-tests - Refactoring Breaks Teststesting/slow-test-suites - Slow Test Suitestesting/environment-dependent-failures - Environment-Dependent FailuresDeployment:
deployment/fear-of-deploying - Fear of Deployingdeployment/infrequent-releases - Infrequent Releasesdeployment/coordinated-deployments - Coordinated Deploymentsdeployment/merge-freeze - Merge Freezedeployment/hardening-sprints - Hardening Sprintsdeployment/staging-passes-production-fails - Staging Passes, Production FailsFlow:
flow/work-management/too-much-wip - Too Much WIPflow/work-management/work-items-take-too-long - Work Items Take Too Longflow/integration/prs-waiting-for-review - PRs Waiting for Reviewflow/integration/painful-merges - Painful Mergesflow/integration/no-fast-feedback - No Fast Feedbackflow/integration/slow-pipelines - Slow PipelinesVisibility:
visibility/production-issues-found-by-customers - Production Issues Found by Customersvisibility/slow-detection - Slow Detectionvisibility/works-on-my-machine - Works on My Machinevisibility/team-burnout - Team BurnoutUse relative links: ../[slug]/ for same phase, ../../[phase]/[slug]/ for different phase.
Assess:
baseline-metrics, current-state-checklist, identify-constraints, value-stream-mappingFoundations:
build-automation, code-review, everything-as-code, testing-fundamentals, trunk-based-development, work-decomposition, working-agreementsPipeline:
application-config, deployable-definition, deterministic-pipeline, immutable-artifacts, pipeline-architecture, production-like-environments, rollback, single-path-to-productionOptimize:
architecture-decoupling, feature-flags, limiting-wip, metrics-driven-improvement, retrospectives, small-batchesContinuous Deployment:
agentic-cd, deploy-on-demand, experience-reports, progressive-rolloutUse relative links: ../../../reference/metrics/[slug]/
build-duration, change-fail-rate, development-cycle-time, integration-frequency, lead-time, mean-time-to-repair, release-frequency, work-in-progressWrite the generated page to content/en/docs/migrate-to-cd/[phase-directory]/[slug].md where [slug] is the practice name in kebab-case.
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 symptom pages for the CD migration guide following the standard template