بنقرة واحدة
boris-workflow
// Use Boris Tane's research -> plan -> annotate -> implement workflow in pi. Use when the user wants a written research document, a reviewed plan document, annotation loops, and no code until the plan is approved.
// Use Boris Tane's research -> plan -> annotate -> implement workflow in pi. Use when the user wants a written research document, a reviewed plan document, annotation loops, and no code until the plan is approved.
| name | boris-workflow |
| description | Use Boris Tane's research -> plan -> annotate -> implement workflow in pi. Use when the user wants a written research document, a reviewed plan document, annotation loops, and no code until the plan is approved. |
Use this workflow when the user wants the exact "read deeply, write a plan, annotate the plan, then implement" process.
docs/.If the package is installed, prefer these commands:
/boris-start <task>/boris-research [scope]/boris-plan [goal]/boris-review-loop [extra guidance]/boris-open-plan/boris-todos/boris-implement/boris-status/boris-start also supports category overrides:
--feature--bug--refactor--migration--spikeThe extension keeps each work item in a dedicated folder like:
docs/features/<date>-<slug>/docs/bugs/<date>-<slug>/docs/refactors/<date>-<slug>/docs/migrations/<date>-<slug>/docs/spikes/<date>-<slug>/Each folder contains:
research.mdplan.mdKick off deep codebase study and write findings to the work item's research.md.
Use research.md plus fresh source reads to produce plan.md.
The extension can auto-open the current plan.md in the external editor.
After the user edits plan.md, run another /boris-review-loop cycle.
Repeat until the user explicitly approves the plan.
Before implementation, make sure plan.md has a detailed checkbox task list.
Implementation should not start until this exists.
Only after approval, execute the plan and mark tasks complete in plan.md.
Use red/green TDD whenever a test harness exists: write or update the test first, run it and observe the failure, then implement the minimum code and rerun until it passes.
Fall back to the prompt templates:
/boris-research-prompt/boris-plan-prompt/boris-annotate-prompt/boris-todos-prompt/boris-implement-prompt