
📜 Spec-Driven Development with Research, Plan, Implement (RPI)
Learn to apply RPI to reduce the gap between the code you expect and the code you get.
Skills, plugins, hooks, and utilities so your agent codes with the same judgment as you do.
Skills to create and maintain your project documentation and conventions.
/codely-doc-createCreates new documentation from the context of the current conversation.
We introduced these skills in the course Agentic Programming with AI: Practical Fundamentals.
Skills to plan and execute tasks phase by phase.
/codely-plan-createCreates a phased plan for the task you specify.
/codely-plan_phase-implementImplements a single phase of the plan and stops so you can review the changes. It never commits on its own.
/codely-plan-create-githubCreates the plan and stores it as GitHub issues: a parent issue with the goal and the context, and one sub-issue per phase.
/codely-plan_phase-implement-githubImplements a phase of the plan stored as GitHub issues and opens a pull request that closes the issue once merged.
We introduced these skills in the course Spec-Driven Development with Research, Plan, Implement (RPI).
Skills to work with Git following the team conventions.
/codely-git-conventional_commitCreates a commit following the team Conventional Commits convention.