apply

Convert OpenSpec changes and conversation plans into implementation steps.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CuongTran69/tramthientra --skill apply-cuongtran69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apply
Source: https://github.com/CuongTran69/tramthientra/tree/main/.augment/skills/apply
Command: npx skills add https://github.com/CuongTran69/tramthientra --skill apply-cuongtran69

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts OpenSpec changes, proposals, and conversation plans into actionable implementation steps and an execution handoff so teams can move from planning to doing without losing context.

Core Features & Use Cases

  • Context gathering: Detects whether a change name exists or a conversation plan is present and collects the relevant artifacts and summaries.
  • Flexible input handling: Accepts explicit user arguments, summarized plans, or references to an OpenSpec change to determine the implementation approach.
  • Execution handoff: Briefs the user and launches a subagent with subagent_type osf-apply to carry out deterministic implementation tasks.
  • Use Case: When an OpenSpec change name is available from a prior proposal, pass the change name and start the apply flow to implement the spec's tasks.

Quick Start

Ask the apply skill to begin implementing the plan by providing the change name or a concise plan summary.

Frequently Asked Questions about apply

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

FAQPage Schema
How do I turn OpenSpec changes into actionable implementation steps?

You can implement conversation plans by summarizing the plan and passing it to the apply skill. It collects the context from your summary and launches a subagent with subagent_type osf-apply to carry out the deterministic implementation tasks.

What is the best way to execute task orchestration from a plan-to-code workflow?

The best way to execute task orchestration from a plan-to-code workflow is using the apply skill to launch a subagent. It handles the execution handoff by briefing the user and initiating the subagent_type osf-apply to carry out the implementation tasks deterministically.

Can I pass explicit user arguments to start the implementation flow?

Yes, you can pass explicit user arguments to start the implementation flow. The apply skill features flexible input handling that accepts explicit arguments, summarized plans, or references to an OpenSpec change to determine your implementation approach.

Do I need an OpenSpec change name to begin implementing tasks?

No, you do not need an OpenSpec change name to begin implementing tasks. The apply skill can also detect a conversation plan or accept explicit user arguments to collect context and launch the subagent for execution.

Why use a subagent for implementation tasks tied to engineering proposals?

You use a subagent for implementation tasks tied to engineering proposals to ensure deterministic execution. The apply skill launches a subagent_type osf-apply to carry out the work, allowing teams to move from planning to doing without losing context.