gsd-cc-apply

Execute the next slice task with plan loading and git commits.

3|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/0ui-labs/GSD-CC --skill gsd-cc-apply
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-cc-apply
Source: https://github.com/0ui-labs/GSD-CC/tree/main/gsd-cc/skills/apply
Command: npx skills add https://github.com/0ui-labs/GSD-CC --skill gsd-cc-apply

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill coordinates the execution of the next task from the current slice plan, enforcing boundaries, applying planned actions, documenting outcomes, and committing results to git to ensure consistent progress in Claude Code-driven workflows.

Core Features & Use Cases

  • Orchestrates one-task-at-a-time task execution from a slice plan with plan loading, context enforcement, and summary generation.
  • Enforces boundaries to protect critical files and state, with explicit guidance when a boundary needs adjustment.
  • Generates a task summary and commits the results to git, enabling traceability and UNIFY preparedness.
  • Use cases include running /gsd-cc-apply to execute the next task, or executing a prepared slice step in automated or manual modes.

Quick Start

Trigger the next task by running /gsd-cc-apply to execute the current slice task.

Frequently Asked Questions about gsd-cc-apply

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

FAQPage Schema
How do I execute the next task in a Claude Code slice plan?

To execute the next task in a Claude Code slice plan, trigger the /gsd-cc-apply command, which loads your task plan, enforces boundaries, applies actions, and commits results to git for deterministic progress.

What does boundary enforcement do during state machine task execution?

Boundary enforcement during state machine task execution protects critical files and state from unintended modifications, providing explicit guidance whenever a planned action requires a boundary adjustment.

How do I automate git commits for individual slice tasks?

You automate git commits for individual slice tasks by running the /gsd-cc-apply command, which generates a task summary and commits the applied results to git, ensuring traceability and auditable progress.

Can I execute multiple slice tasks at once using this workflow?

No, this workflow orchestrates one-task-at-a-time execution from a slice plan. It loads the next task, enforces strict state machine rules, and commits results before proceeding to ensure deterministic and auditable task execution.

Do I need a prepared slice plan before running /gsd-cc-apply?

Yes, you need a prepared slice plan ready for execution. The command requires strict adherence to context-loading rules and state machine transitions to execute the next planned slice task deterministically.