executing-plans

Execute written implementation plans with tests, brain logging, and documentation updates.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/Charitablebusinessronin/Allura_Memory --skill executing-plans-charitablebusinessronin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/Charitablebusinessronin/Allura_Memory/tree/main/.opencode/skills/executing-plans
Command: npx skills add https://github.com/Charitablebusinessronin/Allura_Memory --skill executing-plans-charitablebusinessronin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the disciplined execution of a written plan, ensuring tasks are completed with tests, decisions logged to a knowledge brain, and canonical docs updated.

Core Features & Use Cases

  • Load and critically review a plan, hydrate context from brain, and execute bite-sized tasks with tests.
  • Log significant decisions to the brain and update canonical documentation automatically.
  • Enforce a validation gate (typecheck, lint, tests) before declaring completion and optionally note unresolved issues for follow-up.

Quick Start

Load your plan file, review it, and begin executing tasks exactly as written with TDD and brain logging.

Frequently Asked Questions about executing-plans

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute a written implementation plan with TDD and automatic documentation updates?

You can execute a written implementation plan with TDD by loading the plan file, validating tasks, running tests, logging decisions to a knowledge brain, and automatically updating canonical documentation.

What is the best way to automate feature rollouts while ensuring tasks are completed with tests?

Automating feature rollouts with tests is achieved by enforcing a validation gate that typechecks, lints, and runs tests before declaring task completion, while automatically noting unresolved issues for follow-up.

How does brain-backed logging work when executing plan tasks?

Brain-backed logging works by hydrating context from a knowledge brain before executing tasks, then automatically logging significant decisions made during the task execution back into the brain.

Do I need a written plan file to start automating task execution and documentation?

Yes, you need a written plan file to start automating task execution, because the workflow requires loading and critically reviewing the plan before executing bite-sized tasks with tests and documentation updates.

Can I use this workflow for refinement cycles and feature spinoffs, or only new feature rollouts?

You can use this workflow for refinement cycles and feature spinoffs, as the execution applies across any scenario where written plans exist and require disciplined execution with test validation and brain logging.

What happens to unresolved issues discovered during the task execution validation gate?

Unresolved issues discovered during the validation gate are optionally noted for follow-up, ensuring the workflow completes the current task cycle while tracking lingering problems for future resolution.