phase-navigation

Navigate and manage CoPaper workflow phases using the copaper CLI.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/Hjhnb-star/ecr_grpo_agent --skill phase-navigation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-navigation
Source: https://github.com/Hjhnb-star/ecr_grpo_agent/tree/main/.agents/skills/phase-navigation
Command: npx skills add https://github.com/Hjhnb-star/ecr_grpo_agent --skill phase-navigation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires copaper, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of navigating and managing workflow phases in CoPaper projects, eliminating the need to manually edit state files and providing a streamlined interface for phase transitions.

Core Features & Use Cases

  • Phase Inspection: View the current workflow phase of a CoPaper project.
  • Phase Navigation: Move forward, backward, or jump to a specific phase based on user input.
  • Skill Invocation: Automatically invoke the appropriate skill for the active phase after a phase change.
  • Use Case: When working on a CoPaper project, quickly switch between phases like 'storyline', 'literature', 'discussion', 'experiments', 'writing', and 'latex_review' without leaving the command line.

Quick Start

Use the phase-navigation skill to move to the 'writing' phase of your CoPaper project.

Frequently Asked Questions about phase-navigation

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

FAQPage Schema
How do I navigate workflow phases in a CoPaper project without manually editing state files?

You can navigate CoPaper project workflow phases using the copaper CLI to inspect current states and move forward, backward, or jump to specific phases like 'storyline' or 'writing' without manual state file edits.

What is the best way to switch to the writing phase in CoPaper from the command line?

The best way to switch to the writing phase is to use the phase-navigation skill, which executes a copaper CLI command to transition the project state and automatically invokes the active phase skill for immediate access.

Does the CoPaper phase navigation skill require any specific tools to be installed first?

Yes, the CoPaper phase navigation skill requires the copaper CLI tool to be installed and properly configured on your system before you can inspect or transition between project workflow phases.

Can I jump backward to previous phases like literature or discussion in a CoPaper project?

Yes, you can move backward to previous phases such as 'literature' or 'discussion' in a CoPaper project by specifying the desired phase during the copaper CLI navigation process.

What happens after I transition to a new workflow phase in CoPaper?

After transitioning to a new workflow phase in CoPaper, the navigation skill automatically invokes the appropriate skill configured for the newly active phase to continue your project work.

What are the limitations of using CLI scripts for CoPaper phase management?

A key limitation is the strict dependency on the copaper CLI; if the tool is not installed or configured, the phase inspection, navigation, and automatic skill invocation functions will not operate.