MeowKit

Workflows Overview

Pick a playbook by what you are starting from: a Jira ticket, a spec, a PRD, a design file, or nothing at all.

A workflow is an end-to-end playbook for a scenario that has its own starting material. If you just want to build, fix, review, or ship something, you want a guide instead. Those are shorter, and there is one per task.

Start from what you have

What is in front of youWhat you want out of itPlaybook
A Jira ticketA merged PRTicket to Code
A Jira ticketTo know whether it is ready to work on, and how bigTicket Evaluation
A ticket with screenshots, video, or a Figma linkImplementation that matches the designTicket with Media
A Confluence specA planned sprintSpec to Sprint
A Confluence specA merged PR, with every step explainedSpec to PR: Behind the Scenes
A PRD or a pile of incoming requestsAnalysed, triaged, estimated workPRD Intake
A sprint and a teamSprint goal, DoR/DoD, retro actions, spike governanceAgile / Scrum
Commit historyA retrospective people will readSprint Retrospective
An empty directoryA working MeowKit projectStarting a New Project
Somebody else's undocumented codebaseEnough understanding to change it safelyMaintaining Old Projects

If the input to your task is "the code I already have", you are almost certainly looking for a guide rather than a workflow.

Scenario notes

Shorter pages for work that has no special starting material: the approach, and which skills to reach for.

ScenarioPage
Assess security across OWASP, STRIDE, supply chain, platformSecurity Audit
Write unit and E2E testsWriting Tests
Manual QA and generating Playwright specsQA Testing
Decide an architectural trade-off and record itArchitecture Decisions
Frontend work with the UI/UX standards appliedFrontend Development
Restructure code without changing behaviourRefactoring
Keep project documentation in step with the codeDocumentation
Evaluate a library or approach before committingResearching Libraries

The everyday tasks

These moved to guides, because they are things you do rather than playbooks you follow:

Build a feature · Fix a bug · Review code · Ship safely · Autonomous build

On this page