Skip to main content

workflow

Project workflow for PRDs, task tracking, changelog sync, and documentation updates. Use for any non-trivial task that spans multiple steps, touches several files, changes architecture, or needs project tracking updates. Also activates with @update to sync task.md, changelog.md, and files.md after completing work.

Ir para a instalação

Informações da origem

Repositório
waynesutton/markdown-site
Última atividade na origem
21 de março de 2026 às 00:13
Idioma detectado do SKILL.md
inglês
Estrelas
630
Forks
91

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
workflow
description
Project workflow for PRDs, task tracking, changelog sync, and documentation updates. Use for any non-trivial task that spans multiple steps, touches several files, changes architecture, or needs project tracking updates. Also activates with @update to sync task.md, changelog.md, and files.md after completing work.
# Project Workflow Skill Use this skill for any non trivial task that spans multiple steps, touches several files, changes architecture, or needs project tracking updates. Activate with: `@update` (for docs sync only) ## Triage first Before changing code: 1. Identify what is missing, broken, or incomplete. 2. Theorize a few likely causes or approaches. 3. Narrow to the most likely plan. 4. Ask if anything important is still unclear. Skip the long process only for obvious one file fixes like typos or tiny copy changes. ## PRD rules Create a PRD before non trivial work. - Path: `prds/<feature-or-problem-slug>.md` - Extension: `.md` - Include: - problem - root cause for bugs - proposed solution - files to change - edge cases - verification steps - task completion log Add metadata at the top: - `Created: YYYY-MM-DD HH:mm UTC` - `Last Updated: YYYY-MM-DD HH:mm UTC` - `Status: Draft | In Progress | Done` ## Task tracking Update `task.md` as the work moves forward. - Put new work under `## to do` - Move finished work to `## completed` - Add timestamps in `YYYY-MM-DD HH:mm UTC` - Do not mark a task done until it has been verified - Keep task notes short but specific enough for the next session When useful, include: - the PRD path - the files touched - the verification command or outcome ## Docs sync after changes After each feature or fix, sync the project docs: - `task.md` - `changelog.md` - `files.md` For `changelog.md`: - use Keep a Changelog structure - get real dates from `git log --date=short -n 10` - add timestamps when helpful For `files.md`: - add new files - update descriptions that changed - keep descriptions brief and concrete ## Execution style - Use subagents for research or parallel analysis when the task is large enough to benefit. - Use one focused subagent per task. - Stop and re plan if the work stops making sense. - Keep the change set tight. - Ask whether a staff engineer would approve the result before calling it done. ## Learning loop If the user corrects a repeated pattern, record the lesson in `prds/lessons.md` so the mistake does not come back.
Ver no GitHub