10 ms·
Haven't tried this, but I've recently become a big fan of Matt Pococks skills. Workflow: /grill-with-docs -> /to-prd -> /to-issue -> /tdd. That will interview r
by fowlie 3mo ago
Haven't tried this, but I've recently become a big fan of Matt Pococks skills. Workflow: /grill-with-docs -> /to-prd -> /to-issue -> /tdd. That will interview relentlessy until there is a "shared understanding" using "ubiquitous language", then it will spec all requirements with user stories, create issues and implement them using tdd.
- Rohunyyy 3mo agoIt seems like he got the skills from BMAD method https://docs.bmad-method.org/tutorials/getting-started/ https://docs.bmad-method.org/tutorials/getting-started/
- dchuk 3mo agoBeen using his skills a lot lately, they are wonderful. I’ve added an issue to specs skill that grounds the issues with a technical plan against the current codebase, and a research school that spawns a bunch of agents to look up best practices on the internet for those issues with specs, it really dials things in. I need to issue a PR to his project for those two…
- kirtivr 3mo agoTIL. Thanks for that!