askill
plan

planSafety 90Repository

Produce an implementation plan and write it to a plan file; use when the user asks for a plan before coding.

0 stars
1.2k downloads
Updated 2/5/2026

Package Files

Loading files...
SKILL.md

Plan

Overview

Use CLI subagents to create a multi-perspective implementation plan, then synthesize into a single plan file under plans/.

Inputs

  • Feature description
  • Optional constraints

Workflow

  1. Ensure plans/ and plans/context/ exist.
  2. Run the planning subagent commands below.
  3. Synthesize the best elements into one plan.
  4. Save to plans/<kebab-case-name>.md.

Planning Subagent Commands

Codex (detailed plan)

codex exec -m gpt-5.2 -c model_reasoning_effort="high" -c thinking="enabled" --skip-git-repo-check \
  "Create a detailed implementation plan for: {FEATURE_DESC}. Include steps, files, and tests."

Gemini (architecture and risks)

CLOUDSDK_CORE_PROJECT="" GOOGLE_CLOUD_PROJECT="" GCLOUD_PROJECT="" GEMINI_API_KEY=${GEMINI_API_KEY} \
  gemini -m gemini-3-pro-preview -o text "Create a detailed plan for: {FEATURE_DESC}. Include architecture, steps, and risks."

Claude (tradeoffs)

claude --model opus -p "Create a detailed plan for: {FEATURE_DESC}. Focus on tradeoffs, risks, and testing."

Plan Template

# {Feature Name}

## Overview

## Requirements

## Architecture

## Implementation Steps

## Testing Strategy

## Risks and Considerations

Output

  • Plan file path and a short synthesis summary

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

75/100Analyzed 2/16/2026

A well-structured skill for multi-LLM planning workflows with clear commands and templates. Slightly limited by tool dependencies and internal-looking path.

90
85
70
75
80

Metadata

Licenseunknown
Version-
Updated2/5/2026
Publisherrdfitted

Tags

github-actionsllm