building

Execute an Observe-Decide loop with YAML frontmatter configuration for adaptive plan execution.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/twofoldtech-dakota/studio --skill building
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: building
Source: https://github.com/twofoldtech-dakota/studio/tree/main/playbooks/building
Command: npx skills add https://github.com/twofoldtech-dakota/studio --skill building

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Building Skill introduces a plan-and-execute methodology that helps AI agents and teams perform adaptive plan execution with replanning, ensuring progression even when reality deviates from the plan.

Core Features & Use Cases

  • Plan-and-Execute loop: execute steps, observe outcomes, evaluate, and replan to progress toward goals.
  • Adaptive Execution: handles uncertainty by applying fixes and refining plans in real time.
  • Learning Capture Readiness: integrates with the Learning Capture Phase to extract insights after completion.

Quick Start

Use the Building Skill to plan a task, execute steps, observe results, and trigger replanning if criteria fail.

Frequently Asked Questions about building

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

FAQPage Schema
What is adaptive plan execution in software engineering workflows?

Plan-and-execute workflows solve adaptive task progression by integrating planning, action, and learning loops. The methodology uses an Execute-Observe-Decide loop to handle uncertainty, applying fixes and refining plans when reality deviates from the original strategy.

How do I replan and fix tasks during software execution when criteria fail?

Use an adaptive plan-and-execute loop configured via YAML to replan when criteria fail. The loop drives through execute, validate, analyze, and fix phases, automatically evaluating outcomes and applying real-time fixes to ensure continuous workflow progression.

Can I configure the execution loop phases for my software engineering workflow?

Yes, you configure execution loop phases using YAML frontmatter and a loop-config file at data/loop-configs/builder.yaml. This setup drives the execute, validate, analyze, fix, complete, and escalate phases for your software engineering workflow.

When should I use a replanning execution loop instead of a static plan?

Use a replanning execution loop when task uncertainty is high and reality may deviate from your initial plan. It handles uncertainty by observing outcomes, evaluating progress, and dynamically refining the strategy to ensure continuous progression toward completion.

Does adaptive workflow execution support capturing insights after task completion?

Yes, adaptive workflow execution integrates a Learning Capture Phase to extract insights after task completion. Once the execute, validate, and fix phases finish successfully, the system captures learning readiness to help agents improve future plan-and-execute cycles.