This is part of the continuous-claude-v3 workflow system that handles the planning phase when you're building something. It gets spawned with conversation context and creates an implementation plan, researching your codebase first if it's an existing project. Writes its findings to a handoff directory so the next agent in the chain knows what to do. It's designed for brownfield and greenfield work, which is useful if you're bouncing between new features and legacy code. The 3.8K stars suggest the parent repo has traction, though the skill itself is pretty focused. Good if you want structured planning instead of jumping straight into code changes.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill planning-agent