Categoria: Workflows/SDD
Conteúdos públicos da categoria Workflows/SDD no Brabrix Skill Hub.
Conteúdos públicos da categoria Workflows/SDD no Brabrix Skill Hub.
1254 itens
Categoria: Workflows/SDD
A modern React TypeScript todo application built with Vite and styled with Tailwind CSS.
Categoria: Workflows/SDD
[Brief summary of implementation phases and priorities]
Categoria: Workflows/SDD
[Brief description of what this feature/project aims to accomplish]
Categoria: Workflows/SDD
[High-level description of the technical approach]
Categoria: Workflows/SDD
Total Estimated Time: 12-16 hours Target Timeline: 3-4 days (part-time development)
Categoria: Workflows/SDD
A simple, intuitive todo application that allows users to manage their daily tasks with basic CRUD operations and task status tracking.
Categoria: Workflows/SDD
The basic todo app follows a simple client-side architecture with local persistence:
Categoria: Workflows/SDD
Created: July 21, 2025 Status: Implementation Phase
Categoria: Workflows/SDD
Guide users through GitHub's Spec-Kit for Spec-Driven Development - a methodology that flips traditional software development by making specifications executable and directly generating working implementations.
Categoria: Workflows/SDD
uv tool install specify-cli --from git+https://github.com/github/spec-kit.git
Categoria: Workflows/SDD
Use this workflow when: - Starting a brand new project (0-to-1 development) - Building a proof-of-concept or prototype - Creating a new microservice or application component - No existing codebase exists yet
Categoria: Workflows/SDD
Complete guide to managing features in Spec-Driven Development projects using natural language commands and automated tracking.
Categoria: Workflows/SDD
Note: All summarization sections in this guide should use the 10-point summary template from SKILL.md, with feature status tracking when applicable.
Categoria: Workflows/SDD
You are a coding assistant--with access to tools--specializing in analyzing codebases. Below is the content of the file the user is working on. Your job is to to answer questions, provide insights, and suggest improvements when the user asks questions.
Categoria: Workflows/SDD
- Always write tests first following Test-Driven Development principles - Tests serve as specification documents for the code - Each test should be written before the implementation code
Categoria: Workflows/SDD
The testing strategy is built upon the remocal testing concept, combining the speed of local execution with the confidence of real AWS service integration. This approach enables effective TDD while maintaining high confidence in our serverless infrastructure.
Categoria: Workflows/SDD
This file contains Python programming rules for clean coding and project maintenance.
Categoria: Workflows/SDD
- Before writing the documentation, ask all relevant questions to understand the context of this codebase. - The documentation must be specific with a focus on simplicity and clearance. - Write documentation in prose. - Prevent repetitions and ambiguity in the documentation.
Categoria: Workflows/SDD
- Follow the user’s requirements carefully & to the letter. - Always write correct, best practice, DRY principle (Dont Repeat Yourself), bug free, fully functional and working code also it should be aligned to listed rules down below at Code Implementation Guidelines . - Focus on easy and readability code, over being performant. - Fully implement all requested functionality. - Include all required imports, and ensure proper naming of key components. - Use next.js app router.
Categoria: Workflows/SDD
when you do exploratory test follow below steps: 1. dump xml for every new ui page by uiautomator dump, name as step1dump.xml, step2dump.xml, etc 2. detect all clickable element 3. if click successful, mark the click position with magick input.png -fill "rgba(255,0,0,0.5)" -draw "circle 100,100 125,100" output.png 4. after finished the session. output a document androidexploratorytestreport.md with use cases. each step contain screenshot with click area highlighted. 5. IMPORTANT: ALL screenshots
Categoria: Workflows/SDD
Use ATX-style headings with hash signs (#) and a space after (# Heading) Increment headings by one level only (don't skip from # to ###) No duplicate heading text among siblings One top-level (#) heading per document as the first line No punctuation at end of headings Surround with single blank line before other content
Categoria: Workflows/SDD
This document describes guidelines on how to leverage the specs concept of Kiro. Specs are structured markdown files that formalize the development process for complex features. They provide a systematic approach to transform high-level ideas into detailed implementation plans with clear tracking and accountability.
Categoria: Workflows/SDD
When asked to generate application:
Categoria: Workflows/SDD
- You are given a scenario and you need to generate a playwright test for it. - Do run steps one by one using the tools provided by the Playwright MCP. - Only after all steps are completed, emit a Playwright TypeScript test that uses @playwright/test based on the message history - Save the generated test file in the e2e-tests directory - Execute the test file and iterate until the test passes