plan-editing-conventions

Enforce formatting and structure conventions when editing plan.json files.

102|10|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/closedloop-ai/claude-plugins --skill plan-editing-conventions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-editing-conventions
Source: https://github.com/closedloop-ai/claude-plugins/tree/main/plugins/code/skills/plan-editing-conventions
Command: npx skills add https://github.com/closedloop-ai/claude-plugins --skill plan-editing-conventions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides clear, standardized rules and formats for editing plan.json files, ensuring consistency and programmatic accessibility of implementation plans.

Core Features & Use Cases

  • Defines plan.json structure: Outlines required fields like content, acceptanceCriteria, and structured arrays.
  • Specifies Task Format: Details the T-X.Y convention, complexity levels, and required elements for task descriptions.
  • Guides Implementation Details: Explains when and how to extract detailed implementation steps, algorithms, or code templates.
  • Use Case: When a developer needs to update an existing implementation plan, they can refer to this Skill to ensure their changes to plan.json adhere to the established conventions, making the plan easier for both humans and machines to parse.

Quick Start

Follow these conventions when editing the plan.json file.

Frequently Asked Questions about plan-editing-conventions

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

FAQPage Schema
How do I format tasks in a plan.json implementation plan?

To format tasks in a plan.json implementation plan, use the T-X.Y convention, specify complexity levels, and include required elements for task descriptions to ensure consistency and programmatic accessibility.

What structure is required for a plan.json file?

A plan.json file requires specific fields like content, acceptanceCriteria, and structured arrays for task formatting. Adhering to these JSON and Markdown formatting rules makes implementation plans easier for humans and machines to parse.

When do I need to extract implementation details into a plan.json file?

You need to extract implementation details into a plan.json file when updating implementation plans with detailed steps, algorithms, or code templates to maintain standardized structure and programmatic accessibility.

What are the best conventions for standardizing plan.json code generation workflows?

The best conventions for standardizing plan.json code generation workflows involve enforcing structured array usage, specific task formats, and plan structure rules to maintain consistent implementation plans across software development workflows.

Can I use Markdown formatting inside a structured plan.json array?

Yes, you can use Markdown formatting inside a structured plan.json array. The conventions require adherence to specific JSON and Markdown formatting for content and structured data fields within the implementation plan.