realize

Partitions approved plans into loop-safe and human-supervised task backlogs.

2|Updated May 11, 2026
One-click install
npx skills add https://github.com/lozit/groundrules --skill realize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: realize
Source: https://github.com/lozit/groundrules/tree/main/skills/realize
Command: npx skills add https://github.com/lozit/groundrules --skill realize

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of transforming an approved plan into a structured backlog that separates loop-safe tasks for autonomous execution and human-supervised tasks that require manual oversight.

Core Features & Use Cases

  • Plan Partitioning: Divides tasks into loop-safe and human-supervised categories.
  • Task Classification: Ensures each task meets specific criteria for safe loop execution.
  • Backlog Creation: Writes the loop-safe tasks into a backlog file for automated execution.
  • Use Case: When a software project reaches a phase where a subset of tasks can be automated, use this Skill to classify them and ensure the plan is ready for loop execution.

Quick Start

Run the realize skill with the approved plan as input to generate a partitioned backlog.

Frequently Asked Questions about realize

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

FAQPage Schema
How do I partition a project plan into loop-safe tasks for autonomous execution?

Project plan partitioning divides an approved plan into loop-safe tasks for autonomous execution and human-supervised tasks requiring manual oversight. It classifies tasks based on atomicity, isolatability, testability, invariant awareness, and decision avoidance, writing loop-safe items into a backlog file.

What makes a task loop-safe for automated backlog execution?

A loop-safe task meets specific classification criteria including atomicity, isolatability, testability, invariant awareness, and decision avoidance. These properties ensure the task can execute autonomously within a loop without requiring human intervention or encountering ambiguous decision points.

Do I need loop scaffolding before creating a partitioned backlog?

Yes, creating a partitioned backlog requires existing loop scaffolding to be in place. The task partitioning process defers to superpowers when present, relying on the established scaffolding to safely manage the loop-safe tasks written into the backlog file.

How does task classification handle human-supervised tasks in backlog management?

Task classification in backlog management separates human-supervised tasks from loop-safe tasks by evaluating decision avoidance and isolatability. Tasks requiring manual oversight are identified during partitioning and excluded from the loop-safe backlog file intended for automated execution.

Can I use this for any approved software project plan?

Yes, you can use this for any approved software project plan reaching a phase where a subset of tasks can be automated. It processes the approved plan as input to generate the partitioned backlog, ensuring the plan is ready for loop execution.

When should I avoid automated task partitioning for backlog creation?

You should avoid automated task partitioning when your approved plan lacks established loop scaffolding or involves tasks that cannot meet criteria for atomicity, isolatability, and testability, as these conditions are required to safely separate loop-safe execution from human-supervised oversight.