ailey-admin-manage-plan

Manage PLAN.json lifecycle with validation, migration, and item CRUD workflows.

4|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/armoin2018/ai-command-center --skill ailey-admin-manage-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ailey-admin-manage-plan
Source: https://github.com/armoin2018/ai-command-center/tree/main/plugins/aicc-admin/skills/ailey-admin-manage-plan
Command: npx skills add https://github.com/armoin2018/ai-command-center --skill ailey-admin-manage-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander, and includes scripts (resource) components.

What problem does it solve?

PLAN.json lifecycle management is fragmented across initialization, validation, migration, and item-level CRUD operations. This skill centralizes these concerns into a single, auditable tool to improve reliability and reduce manual errors.

Core Features & Use Cases

  • Initialize PLAN.json from a versioned schema and create the first item.
  • Validate PLAN.json against versioned schemas and perform migrations between versions.
  • Query, update, and bulk operate on plan items using jq-like syntax for complex filtering.
  • Generate basic statistics and maintain an audit-friendly trail during migrations.

Quick Start

Initialize PLAN.json from schema v1, add a sample item, and validate the document.

Frequently Asked Questions about ailey-admin-manage-plan

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

FAQPage Schema
How do I automate PLAN.json lifecycle management for schema evolution?

Automate PLAN.json lifecycle management by initializing documents from versioned schemas, validating them with AJV, and applying version migrations. It supports item-level CRUD and complex filtering using jq-style querying within a centralized workflow.

What is the best way to validate PLAN.json against versioned schemas before migration?

Validate PLAN.json against versioned schemas using built-in AJV schema validation to enforce structural compliance. The tool performs evolution checks and maintains an audit-friendly trail during migrations to ensure versioned integrity.

How do I query and update plan items using jq-style syntax?

Query and update plan items using jq-like syntax for complex filtering and bulk operations. This enables granular item-level CRUD workflows on the PLAN.json document, allowing you to extract specific data and generate basic statistics.

Does commander support initializing PLAN.json from a versioned schema?

Yes, commander is used as the underlying dependency to support initializing PLAN.json from a versioned schema. You can create the first item and immediately validate the document during the initialization process.

Can I perform bulk CRUD operations on PLAN.json items with complex filtering?

Yes, you can perform bulk operations on PLAN.json items using jq-like syntax for complex filtering. This allows you to simultaneously query, update, and manage multiple items within your plan document efficiently.