jp-quick

Orchestrate end-to-end planning pipelines from prompt to summary.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/jinglemansweep/agent-resources --skill jp-quick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jp-quick
Source: https://github.com/jinglemansweep/agent-resources/tree/main/plugins/jplan/skills/jp-quick
Command: npx skills add https://github.com/jinglemansweep/agent-resources --skill jp-quick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the full planning-to-summary pipeline from a user prompt to a complete delivery, coordinating multiple sub-skills and ensuring reproducible results.

Core Features & Use Cases

  • End-to-end orchestration of the planning pipeline (prompt to summary) in a single invocation.
  • Robust review loop handling PASS/REVISE/ESCALATE with resume support after interruptions.
  • Stage-skipping based on artifact presence to avoid rerunning completed work and to enable resumption.

Quick Start

Invoke /jp-quick with a phase path or description to start a new planning phase.

Frequently Asked Questions about jp-quick

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

FAQPage Schema
How do I automate end-to-end planning pipelines from a prompt to a final summary?

End-to-end planning pipelines are orchestrated by converting a prompt into a PRD, tasks, reviews, and execution within a single workflow invocation. It coordinates sub-skills to ensure reproducible results from prompt to summary.

How does resume-aware orchestration handle interrupted task-management workflows?

Resume-aware orchestration skips completed stages by checking for existing artifacts, preventing redundant reruns. It enforces a review-driven flow that can safely resume the pipeline after interruptions without losing prior progress.

What is the review loop process for project planning and task execution?

The review loop handles PASS, REVISE, and ESCALATE states to enforce quality control during project planning. This ensures task execution is reviewed and validated before advancing through the orchestration pipeline.

Can I generate a PRD and task list from a single prompt within a project workflow?

Generating a PRD and task list from a single prompt is supported by the planning pipeline orchestration. A phase path or description is invoked to start the planning stage and produce the required project artifacts.

Do I need any dependencies to run this planning orchestration pipeline?

No external dependencies are required to run the planning orchestration pipeline. It operates independently to coordinate sub-skills and manage the workflow from initial prompt to final summary.

What's the best way to skip completed stages when resuming a project workflow?

Skipping completed stages is handled automatically based on artifact presence within the workflow. The orchestration detects existing outputs to avoid rerunning work and enables immediate resumption of the pipeline.