saml
- 17 skills
- 0 followers
- 13 hours ago last updated
- ▌ Saml Epic · samlGets todo items from user and works on them one by one using `saml-plan` and `saml-implement`.
- ▌ Saml Plan · samlWrites an implementation plan to `./.plan/YYYY-MM-DD-hh-mm-TITLE.md`, then self-reviews until it passes.
- ▌ Saml Scan · samlScans codebase and updates memory files (`AGENTS.md` and `agents/*.md`) with the latest info. This should be triggered automatically every time you scan codebase.
- ▌ Saml Todo · samlLists todo items from .todo/todo.csv. Shows all items, or filters by status/severity. Can update item status (pending, in_progress, done, blocked). Source of truth: `.todo/todo.csv`.
- ▌
- ▌ Saml Memory · samlUpdates agent memory files. Trigger this automatically when agent memory needs to be updated.
- ▌
- ▌ Saml Planfile · samlCreates an empty plan file: `./.plan/YYYY-MM-DD-hh-mm-TITLE.md`. Trigger this automatically when plan file needs to be created.
- ▌
- ▌ Saml Todo Del · samlDeletes all `.todo/*.md` files for done items and removes done rows from `.todo/todo.csv`. Use to clean up completed work.
- ▌ Saml Implement · samlImplements from the latest plan file using a cheap sub-agent, then review-fix loops until approved.
- ▌ Saml Todo Next · samlPicks the next pending todo item from .todo/todo.csv (sorted by severity: critical → high → medium → low), then automatically executes the full pipeline: saml-plan → saml-implement → git commit → mark done. No user interaction needed after invocation.
- ▌ Saml Code Review · samlPure orchestration wrapper for code review. Delegates codebase analysis to improve-codebase-architecture (which produces the HTML report), extracts candidates into .todo/todo.csv + .todo/{id}.md files, and leaves todo management to saml-todo and saml-todo-next.
- ▌
- ▌ Saml Plan Review · samlReviews an existing plan file and fixes issues until review passes. Use when you've manually edited a plan and want it re-validated.
- ▌
- ▌ Saml Latest Planfile · samlFinds the latest plan file in `./.plan/` directory (excludes *.review.md and *.fixplan.md). Trigger this automatically when you need to locate the latest plan file.