feature-continue

Resume development on an existing feature clone with structured workflow guidance.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/YoniChechik/claude-code-config --skill feature-continue-yonichechik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-continue
Source: https://github.com/YoniChechik/claude-code-config/tree/main/skills/feature-continue
Command: npx skills add https://github.com/YoniChechik/claude-code-config --skill feature-continue-yonichechik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams resume development on an existing feature clone by providing a structured workflow and contextual guidance to pick up where work left off.

Core Features & Use Cases

  • Clone discovery: Locate existing feature clones locally or remotely.
  • Branch validation & cloning: Verify remote branches and create local clones when needed.
  • Environment sync & workflow: Symlink environment files and follow a repeatable feature loop to keep work aligned with mainline.
  • Use Case: When you resume a feature after a sprint break, this Skill guides you through reestablishing context, cloning the correct branch, and continuing development with /sync and /feature-loop-scheme.

Quick Start

To resume a feature, provide the feature description to locate its clone and start the workflow.

Frequently Asked Questions about feature-continue

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

FAQPage Schema
How do I resume work on an existing git feature clone after a break?

To resume a git feature clone, locate the existing branch locally or remotely, validate it, clone from remote if needed, symlink environment files, and follow workflow guidance to reestablish context and continue development.

What is the best way to sync environment files when continuing feature development?

The best way to sync environment files for feature development is by creating symlinks to the necessary environment configurations, ensuring your local clone matches the expected environment setup before running workflow commands.

How do I locate a remote git branch for a feature clone?

Locating a remote git branch for a feature clone involves checking existing local clones first, then validating the remote branch existence before creating a local clone to continue your development workflow.

Can I use workflow commands to keep feature work aligned with mainline?

Yes, you can use /sync and /feature-loop-scheme commands to follow a repeatable feature loop, keeping your ongoing development work properly aligned with the mainline branch.

Do I need a local clone before running the feature loop workflow?

You need a local clone or a valid remote branch to clone from before running the feature loop workflow, as the process requires validating branches and symlinking environment files locally to function correctly.