Justin Paul justin
justin opened issue justin/ai-workflow-course#97 2026-06-23 08:45:56 -04:00
Module 6 - AI auto resolves merge conflict
justin pushed to main at justin/pm-skills 2026-06-22 21:41:54 -04:00
a6be05efc4 refactor(seven-powers): drop $ARGUMENTS placeholder from skill body
a330c887f6 feat(pm-product-strategy): add seven-powers skill
Compare 2 commits »
justin commented on issue justin/ai-workflow-course#90 2026-06-22 20:52:24 -04:00
module 6 - We have already used branches several times....

the more i look at module 6 the more i wonder why we were doing any branch work in earlier modules. maybe the better thing to do is pull all branch stuff out of the earlier modules?

justin commented on issue justin/ai-workflow-course#90 2026-06-22 20:51:22 -04:00
module 6 - We have already used branches several times....

instead of explaining merge conflicts and how to read them we should teach the student how to use their ai to look at the conflict and rebase, or fix whatever needs to be fixed before a merge.

justin opened issue justin/ai-workflow-course#90 2026-06-22 20:50:14 -04:00
module 6 - We have already used branches several times....
justin opened issue justin/ai-workflow-course#89 2026-06-22 20:47:12 -04:00
All Modules - the lesson has commands to run, which duplicates the lab
justin opened issue justin/ai-workflow-course#88 2026-06-22 20:45:10 -04:00
Module 5 - have AI tell the user which files should be committed
justin opened issue justin/ai-workflow-course#87 2026-06-22 20:39:39 -04:00
module 4 - Make the revert and verify more automated with the AI agent doing the work
justin opened issue justin/ai-workflow-course#86 2026-06-22 20:38:13 -04:00
module 4 - Lab still has /path/to/modules
justin opened issue justin/ai-workflow-course#85 2026-06-22 20:33:57 -04:00
module 4 - dont make the user manually commit anymore
justin commented on issue justin/ai-workflow-course#79 2026-06-22 20:31:52 -04:00
[unclear] Module 2 leaves the delete code uncommitted, what should we do with it?

I just made it to module 4 and it looks like we ask the ai agent to add a delete by index command to the cli.py file again... so it sounds like we should not commit that last delete code, but we…

justin opened issue justin/ai-workflow-course#84 2026-06-22 20:27:22 -04:00
Module 4 - Use claude code as the example
justin opened issue justin/ai-workflow-course#83 2026-06-22 20:17:38 -04:00
[All Modules] I would never say prose
justin commented on issue justin/ai-workflow-course#79 2026-06-22 20:02:13 -04:00
[unclear] Module 2 leaves the delete code uncommitted, what should we do with it?

I just got to lab 3, and it wants worktree clean, which it isnt because of the cli.py from module 2 not being committed. we need to either add a commit to lab 2 or start lab three by committing…

justin opened issue justin/ai-workflow-course#82 2026-06-22 19:57:18 -04:00
module 3 - prove that main doesnt have the docs from the branch
justin opened issue justin/ai-workflow-course#81 2026-06-22 19:53:49 -04:00
module 3 - we tell the user to write a doc but then tell them to git add a specific doc
justin commented on issue justin/ai-workflow-course#80 2026-06-22 19:51:56 -04:00
module 3 - what does ADR mean

OK i see that you show what an ADR is half way down the module three lesson.... it should be defined the first time it is used... or we just shouldnt use it. we could just say markdown or some…

justin opened issue justin/ai-workflow-course#80 2026-06-22 19:47:49 -04:00
module 3 - what does ADR mean
justin opened issue justin/ai-workflow-course#79 2026-06-22 19:46:34 -04:00
[unclear] Module 2 leaves the delete code uncommitted, what should we do with it?
justin opened issue justin/ai-workflow-course#78 2026-06-22 19:30:47 -04:00
[Nit] Module 2 - we dont tell the user to copy cli.py into their chat client