One-click install
npx skills add https://github.com/jangtrinh/demo-Lam --skill ck-plan-jangtrinh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:plan
Source: https://github.com/jangtrinh/demo-Lam/tree/main/.claude/skills/ck-plan
Command: npx skills add https://github.com/jangtrinh/demo-Lam --skill ck-plan-jangtrinh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

ck:plan turns vague feature requests into detailed, implementation-ready technical plans with phases, dependencies, and clear outputs—so you can start building with confidence instead of guessing.

Core Features & Use Cases

  • Detailed technical planning: Research, codebase analysis, and solution design to produce comprehensive phase plans.
  • Cross-plan dependency detection: Scans unfinished plans and marks blocking relationships (blockedBy/blocks) to prevent conflicting work.
  • Workflow modes and review gates: Supports fast/hard/parallel/two modes with optional red-team and validation interview steps.

Quick Start

Tell the AI to plan an implementation by running: ck:plan implement a new onboarding flow with account verification.

Frequently Asked Questions about ck:plan

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

FAQPage Schema
How do I create a technical implementation roadmap from a vague feature request?

To create a technical implementation roadmap, the Skill performs research, codebase analysis, and solution design to turn vague feature requests into detailed, phase-based plans with dependencies. Outputs are structured using YAML frontmatter.

What is cross-plan dependency detection and how does it help technical planning?

Cross-plan dependency detection scans unfinished technical plans to identify and mark blocking relationships using blockedBy and blocks fields. This prevents conflicting work and ensures your implementation roadmap accounts for existing dependencies.

Can I run a red team review or validation interview during software architecture planning?

Yes, you can run a red team review and validation interview during architecture planning. The Skill supports optional review gates, including fast, hard, parallel, and two workflow modes to validate your technical roadmap.

Does technical planning with this workflow generate actual code or just the plan?

Technical planning with this workflow generates only the plan and enforces a no-implementation planning-only workflow. It produces execution-ready roadmaps and structured solution designs without writing any application code.

How do I manage task hydration when building an implementation roadmap?

You can manage task hydration by enabling the optional task hydration feature during the planning workflow. This expands tasks into detailed, execution-ready steps within your YAML-frontmatter-compliant technical roadmap.