planner

Generate staged project plans for App Platform deployments.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/ClyptAI/Clypt-Backend --skill planner-clyptai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planner
Source: https://github.com/ClyptAI/Clypt-Backend/tree/main/.agents/skills/do-app-platform-skills/skills/planner
Command: npx skills add https://github.com/ClyptAI/Clypt-Backend --skill planner-clyptai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of structured, staged project plans for App Platform deployments, reducing guesswork and enabling resumable progress across sessions.

Core Features & Use Cases

  • Detects complexity tier from user description or app.yaml
  • Generates Plan/ folder with numbered stage files
  • Includes checkboxes for progress tracking
  • Captures credentials in tables for session resumability

Quick Start

Generate a staged plan for a new App Platform project and resume from an existing session if available.

Frequently Asked Questions about planner

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

FAQPage Schema
How do I create a staged project plan for an App Platform deployment?

To create a staged project plan for an App Platform deployment, this skill generates a Plan/ folder containing numbered stage files with checkboxes for progress tracking and credential tables for session resumability.

What is the best way to manage deployment complexity for greenfield and brownfield projects?

Managing deployment complexity for greenfield and brownfield projects is handled by automatically detecting the project tier from your description or app.yaml, categorizing scenarios into Tier 1 (Simple), Tier 2 (Database), or Tier 3 (Complex).

Can I resume a complex project planning session after losing track of progress?

Yes, you can resume a complex project planning session because the skill captures progress in Plan/ files and stores secrets in .env.secrets, enabling auditable and resumable planning across multiple sessions.

Does the project planning process work with existing app.yaml configurations?

Yes, the project planning process works with existing app.yaml configurations by reading the file to detect the appropriate complexity tier, which then drives the generation of the staged deployment plan.

How do I coordinate project planning with deployment and design workflows?

You coordinate project planning with deployment and design workflows by using this skill alongside related designer and deployment skills, enabling a fully resumable and auditable planning pipeline for App Platform projects.