- Get list of things to do from user
- Ask all clarifying questions needed to disambiguate the items on the list, and to make sure you understand the requirements and acceptance criteria for each item.
- For each item in the list:
/clearthe context to start fresh on the item. If you cannot clear context, launch sub-agent with a fresh context.- Use
saml-planskill to plan the item. - Once plan review passes,
/clearcontext again. Or, launch a sub-agent with a fresh context. - Then, use
saml-implementto implement the item. (It is important to clear context betweensaml-planandsaml-implement) - Move on to the next item in the list.
- If any step fails (plan review or implementation review), stop and report the failure to the user, then wait for user input on how to proceed (e.g. fix the issue, skip the item, etc.).
Saml Epic
Gets todo items from user and works on them one by one using `saml-plan` and `saml-implement`.
Saml Epic by saml · 55a2873
npx skillmds@latest add saml/saml-epic File contents
---name: saml-epicdescription: Gets todo items from user and works on them one by one using `saml-plan` and `saml-implement`.---- Get list of things to do from user- Ask all clarifying questions needed to disambiguate the items on the list, and to make sure you understand the requirements and acceptance criteria for each item.- For each item in the list: - `/clear` the context to start fresh on the item. If you cannot clear context, launch sub-agent with a fresh context. - Use `saml-plan` skill to plan the item. - Once plan review passes, `/clear` context again. Or, launch a sub-agent with a fresh context. - Then, use `saml-implement` to implement the item. (It is important to clear context between `saml-plan` and `saml-implement`) - Move on to the next item in the list. - If any step fails (plan review or implementation review), stop and report the failure to the user, then wait for user input on how to proceed (e.g. fix the issue, skip the item, etc.).
saml/copilot-skills/tree/main/saml-epic commit 55a28732b5
Frequently asked questions
Run npx skillmds@latest add saml/saml-epic in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Gets todo items from user and works on them one by one using `saml-plan` and `saml-implement`. It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
saml (@saml) published this skill. Their other Agent Skills are listed on their SkillMD profile.