feature-pickup

Read workplans, GitHub issues, and notes to report feature status and next steps.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/oletizi/writingcontrol.org --skill feature-pickup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-pickup
Source: https://github.com/oletizi/writingcontrol.org/tree/main/.claude/skills/feature-pickup
Command: npx skills add https://github.com/oletizi/writingcontrol.org --skill feature-pickup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating feature work across workplans, branches, issues, and development notes is tedious and error-prone; this Skill reads the relevant context and presents a clear status and suggested next steps.

Core Features & Use Cases

  • Read workplan.md to identify current phase, completed tasks, and the next uncompleted task.
  • Check open GitHub issues related to the feature and summarize blockers or dependencies.
  • Read last session context from DEVELOPMENT-NOTES.md to retain historical decisions.
  • Read the feature README.md to capture scope and expectations.
  • Produce a concise report with feature name, branch, progress, current phase, next task, open issues, and proposed approach for the session.

Quick Start

Read the workplan, issues, and notes for the target feature and present a concise status summary with recommended next steps.

Frequently Asked Questions about feature-pickup

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

FAQPage Schema
How do I summarize feature progress across workplans and GitHub issues?

Summarizing feature progress involves reading workplan.md for current phase and next tasks, checking GitHub issues for blockers, and reviewing DEVELOPMENT-NOTES.md for historical context to produce a status report with recommended next steps.

What is the best way to track feature status from session notes and development logs?

The best way to track feature status is by reading DEVELOPMENT-NOTES.md for historical decisions, workplan.md for progress metrics, and README.md for scope, delivering a concise report with current state and proposed approach for the session.

Can I generate a status report for a feature using workplan.md and GitHub issues?

Yes, you can generate a status report by reading workplan.md to identify completed and uncompleted tasks, checking open GitHub issues for blockers, and outputting a concise report with feature name, branch, progress, and proposed approach.

Does this feature tracking approach work without a dedicated project management platform?

Yes, it works without a dedicated project management platform by reading workplan.md, DEVELOPMENT-NOTES.md, and README.md alongside GitHub issues to coordinate feature work and present a clear status without external tooling.

How do I plan next steps for a feature branch with open issues?

To plan next steps, read the workplan to identify the next uncompleted task, summarize open GitHub issues for blockers or dependencies, and propose an approach for the session based on the combined context from workplan and notes.

When should I not use markdown workplans for feature tracking?

Avoid markdown workplans for feature tracking if your project requires real-time multi-user collaboration or centralized dashboard analytics, as this approach relies on reading static files like workplan.md and DEVELOPMENT-NOTES.md rather than live data.