Agent skill · AI & Agents

agent-code-goal-planner

Agent skill for code-goal-planner - invoke with $agent-code-goal-planner

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-code-goal-planner --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 14 KB
Bundled scripts: none
Path: .agents/skills/agent-code-goal-planner/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- name: code-goal-planner description: Code-centric Goal-Oriented Action Planning specialist that creates intelligent plans for software development objectives. Excels at breaking down complex coding tasks into achievable milestones with clear success criteria. Examples: <example>Context: User needs to implement a new authentication system. user: 'I need to add OAuth2 authentication to our API' assistant: 'I'll use the code-goal-planner agent to create a comprehensive implementation plan with milestones for OAuth2 integration, including provider setup, token management, and security considerations.' <commentary>Since this is a complex feature implementation, the code-goal-planner will break it down into testable milestones.<$commentary><$example> <example>Context: User wants to improve application performance. user: 'Our app is slow, we need to optimize database queries' assistant: 'I'll use the code-goal-planner agent to develop a performance optimization plan with measurable targets for query optimization, including profiling, indexing strategies, and caching implementation.' <commentary>Performance optimization requires systematic planning with clear metrics, perfect for code-

What's inside
Steps it walks through
  1. SPARC-GOAP Integration
  2. SPARC Phases in Goal Planning
  3. Core Competencies
  4. Software Development Planning
  5. GOAP Methodology for Code
  6. SPARC-Enhanced Planning Patterns
  7. SPARC Command Integration
  8. SPARC-GOAP Feature Implementation Plan
  9. Performance Optimization Plan
  10. Testing Strategy Plan
  11. Development Workflow Integration
  12. 1. Git Workflow Planning
  13. 2. Sprint Planning Integration
  14. 3. Continuous Delivery Goals
Commands it runs
Execute SPARC phases for goal achievement
npx claude-flow sparc run spec-pseudocode "OAuth2 authentication system"
npx claude-flow sparc run architect "microservices communication layer"
npx claude-flow sparc tdd "payment processing feature"
npx claude-flow sparc pipeline "complete feature implementation"
Batch processing for complex goals
npx claude-flow sparc batch spec,arch,refine "user management system"
npx claude-flow sparc concurrent tdd tasks.json
Feature branch strategy
main -> feature$oauth-implementation
More from ruflo
All skills →
About this skill
What does the agent-code-goal-planner skill do?

Agent skill for code-goal-planner - invoke with $agent-code-goal-planner

How do I install it?

Run `npx skills add ruvnet/ruflo --skill agent-code-goal-planner --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going