Templates públicos - Brabrix Skill Hub
Templates públicos para engenharia de software e workflows de produto.
Templates públicos para engenharia de software e workflows de produto.
933 itens
Categoria: Workflows/SDD
--- description: Create a specification and store it in spec.md. --- ## User Input text $ARGUMENTS ## Outline 1. Ask the user for the feature directory path (e.g., specs/my-feature). Do not proceed un
Categoria: Workflows/SDD
--- description: Create the tasks needed for implementation and store them in tasks.md. --- ## User Input text $ARGUMENTS ## Outline 1. Read .specify/feature.json to get the feature directory path. 2.
Categoria: Workflows/SDD
--- description: "Override of the myext extension's myextcmd command" --- You are following a customized version of the myext extension's myextcmd command. When executing this command: 1. Read the use
Categoria: Workflows/SDD
--- description: "Create a feature specification (preset override)" scripts: sh: scripts/bash/create-new-feature.sh "{ARGS}" ps: scripts/powershell/create-new-feature.ps1 "{ARGS}" --- ## User Input te
Categoria: Workflows/SDD
This template overrides the one provided by the "myext" extension. Customize it to match your needs.
Categoria: Workflows/SDD
Created: [DATE] Status: Draft
Categoria: Workflows/SDD
--- description: "Self-test override of the specify command" --- You are following the self-test preset's version of the specify command. When creating a specification, follow this process: 1. Read th
Categoria: Workflows/SDD
--- description: "Self-test wrap command — pre/post around core" strategy: wrap --- ## Preset Pre-Logic preset:self-test wrap-pre {CORETEMPLATE} ## Preset Post-Logic preset:self-test wrap-post
Categoria: Workflows/SDD
This template is provided by the self-test preset.
Categoria: Workflows/SDD
This template is provided by the self-test preset.
Categoria: Workflows/SDD
This template is provided by the self-test preset.
Categoria: Workflows/SDD
This template is provided by the self-test preset.
Categoria: Workflows/SDD
This template is provided by the self-test preset.
Categoria: Workflows/SDD
This template is provided by the self-test preset.
Categoria: Workflows/SDD
For decades, code has been king. Specifications served code—they were the scaffolding we built and then discarded once the "real work" of coding began. We wrote PRDs to guide development, created design docs to inform implementation, drew diagrams to visualize architecture. But these were always subordinate to the code itself. Code was truth. Everything else was, at best, good intentions. Code was the source of truth, and as it moved forward, specs rarely kept pace. As the asset (code) and the i
Categoria: Workflows/SDD
--- description: Create a plan and store it in plan.md. --- ## User Input text $ARGUMENTS ## Outline 1. Read .specify/feature.json to get the feature directory path. 2. Load context: .specify/memory/c
Categoria: Workflows/SDD
--- description: Execute the implementation plan by processing all tasks in tasks.md. --- ## User Input text $ARGUMENTS ## Outline 1. Read .specify/feature.json to get the feature directory path. 2. L
Categoria: Workflows/SDD
Thanks for helping make GitHub safe for everyone.