askill
view-plan

view-planSafety 95Repository

View a plan's tasks and progress, regardless of output format.

9 stars
1.2k downloads
Updated 2/7/2026

Package Files

Loading files...
SKILL.md

Display a readable summary of a plan's phases, tasks, and status.

Step 1: Identify the Plan

If no topic is specified, list available plans:

ls docs/workflow/planning/

Ask the user which plan to view.

Step 2: Read the Plan Index

Read the plan file from docs/workflow/planning/{topic}.md and check the format: field in the frontmatter.

Step 3: Load Format Reading Reference

Load the format's reading reference:

../technical-planning/references/output-formats/{format}/reading.md

This file contains instructions for reading plans in that format.

Step 4: Read Plan Content

Follow the reading reference to locate and read the actual plan content.

Step 5: Present Summary

Display a readable summary:

## Plan: {topic}

**Format:** {format}

### Phase 1: {phase name}
- [ ] Task 1.1: {description}
- [x] Task 1.2: {description}

### Phase 2: {phase name}
- [ ] Task 2.1: {description}
...

Show:

  • Phase names and acceptance criteria
  • Task descriptions and status (if trackable)
  • Any blocked or dependent tasks

Keep it scannable - this is for quick reference, not full detail.

Notes

  • Some formats (like external issue trackers) may not be fully readable without API access - note this if applicable
  • If status tracking isn't available in the format, just show the task structure

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

72/100Analyzed 2/16/2026

A well-structured skill for viewing planning documents with clear steps and output templates. Good clarity and safety, but limited reusability due to hardcoded internal paths and dependency on external reference files.

95
85
50
75
70

Metadata

Licenseunknown
Version-
Updated2/7/2026
Publisherleeovery

Tags

apigithub-actions