askill
plan-management

plan-managementSafety 95Repository

This skill should be used when creating, reading, or updating devloop plans in .devloop/plan.md, task tracking, progress logs, phase management, PR feedback

6 stars
1.2k downloads
Updated 2/11/2026

Package Files

Loading files...
SKILL.md

Plan Management

Conventions for .devloop/plan.md file format and updates.

Plan Location

Primary: .devloop/plan.md

Plan Format

# Devloop Plan: [Feature Name]

**Created**: YYYY-MM-DD
**Updated**: YYYY-MM-DD HH:MM
**Status**: Planning | In Progress | Complete
**Issue**: #123 (https://github.com/owner/repo/issues/123) (optional, if started from GH issue)
**Branch**: feat/feature-name (optional)
**PR**: https://github.com/.../pull/123 (after PR created)

## Overview

Brief description of the plan.

## Phase 1: [Phase Name]

- [ ] Task 1.1: Description
  - Acceptance: Criteria
  - Files: Expected files

## PR Feedback (after review)

PR #123 - @reviewer (CHANGES_REQUESTED)

### Blockers
- [ ] [PR-123-1] Fix issue (@reviewer)

### Suggestions
- [ ] [PR-123-2] Consider alternative (@reviewer)

## Progress Log
- [timestamp]: Event

Task Markers

MarkerMeaning
- [ ]Pending
- [x]Completed
- [~]In progress
- [!]Blocked

PR Feedback Task IDs

Format: [PR-{number}-{item}]

Example: [PR-123-1] = First feedback item from PR #123

Parallelism Markers

  • [parallel:A] - Can run with other Group A tasks
  • [depends:N.M] - Must wait for Task N.M

Update Rules

  1. Mark tasks in progress: - [~]
  2. Mark tasks complete: - [x]
  3. Add Progress Log entry
  4. Update timestamps
  5. Add PR link after PR creation
  6. Add PR Feedback section after review
  7. Add Issue link if started from GitHub Issue

GitHub Issues Integration

When using issue-driven development (configured in local.md):

Starting from Issue

Use /devloop:plan --from-issue 123 to fetch issue details and create a plan with:

  • **Issue**: #123 (URL) in the header
  • Issue title becomes plan title
  • Issue body provides context for planning

On Plan Completion

When all tasks are [x] and Issue is linked:

  1. Generate completion summary (tasks done, time elapsed)
  2. Post summary as comment on the issue
  3. Optionally close the issue (based on github.auto-close setting)

Issue Reference Format

**Issue**: #123 (https://github.com/owner/repo/issues/123)

The number after # is parsed by archive-plan.sh for GitHub integration.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

81/100Analyzed 2/20/2026

Well-structured technical reference skill for managing devloop plans. Provides comprehensive format specifications, task markers, update rules, and GitHub integration details. Excellent whenToUse/whenNotToUse sections and clear examples. Slightly reduced reusability due to tight coupling with devloop tool, but internally consistent and highly actionable for its intended purpose. Located in proper skills folder with useful tags."

95
88
55
72
85

Metadata

Licenseunknown
Version-
Updated2/11/2026
PublisherZate

Tags

github