logoalt Hacker News

fowlieyesterday at 10:20 PM3 repliesview on HN

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.


Replies

dchuktoday at 7:24 AM

Been 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…

Rohunyyytoday at 7:49 AM

It seems like he got the skills from BMAD method https://docs.bmad-method.org/tutorials/getting-started/

kirtivrtoday at 8:14 AM

TIL. Thanks for that!