BeClaude

plan

1.1kCommunity RegistryGeneralby udecode

Planning and brainstorming workflows for software development - helps refine ideas into designs and create detailed implementation plans

First seen 4/17/2026

Overview

Shared skills for coding agents.

Skills are the main routing layer. This repo is the canonical source for reusable udecode workflows; downstream repos should link to these skills instead of copying long SKILL.md files around.

Included Skills

  • autogoal: durable goal lifecycle and seeded plan templates.

- Deps: Codex goal tools (get_goal, create_goal, update_goal); optional orchestrator when $orchestrator on is active.

  • debug: root-cause debugging workflow.

- Deps: optional tdd for complex business-logic fixes that need test coverage.

  • hard-cut: delete-first repo cleanup workflow.
  • orchestrator: route branch work to reusable child threads.

- Deps: durable Codex thread tools.

  • tdd: test-first development loop.
  • video-transcripts: generate XML transcripts for tracker video evidence.

- Deps: GEMINI_API_KEY or GOOGLE_API_KEY; curl, jq, and file; optional gh for private GitHub attachments.

Quick Start

Install with the skills CLI:

sh
npx skills add udecode/dotai

Validate

Run after edits:

sh
scripts/validate-skills

Editing Rules

  • Keep descriptions short and useful for routing.
  • Keep skill bodies operational, not essay-like.
  • Prefer helper scripts for repeatable command logic.
  • Do not include secrets, private hostnames, private account IDs, or private URLs.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install plan@<marketplace>

3
Manage with /plugin
/plugin
View source on GitHub
design

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is plan?

Planning and brainstorming workflows for software development - helps refine ideas into designs and create detailed implementation plans

How to install plan?

To install plan: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install plan@<marketplace>. Finally, /plugin in Claude Code.

What is plan best for?

plan is a plugin categorized under General. It is designed for: design. Created by udecode.