create-goal

Create and link missions, projects, and measurable goals in EvoNexus via POST /api/goals.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill create-goal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-goal
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/create-goal
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill create-goal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams declare, structure, and track measurable outcomes by creating a Mission → Project → Goal → Task hierarchy within EvoNexus, and by persisting targets via API.

Core Features & Use Cases

  • Guides users through selecting or creating a Mission, Project, and a measurable Goal.
  • Validates inputs (title, project, metric_type, target_value, due_date) and writes to the goals table via POST /api/goals.
  • Supports linking work to a goal, updating progress, and recalculating status when needed.

Quick Start

Tell EvoNexus to create a new goal by specifying a mission, a project, and a measurable target.

Frequently Asked Questions about create-goal

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

FAQPage Schema
How do I create measurable goals and link them to existing projects?

To create measurable goals, specify a project along with a title, metric type, target value, and due date. The system validates these inputs and links the goal to your project via a REST API, building a Mission → Project → Goal hierarchy for tracking.

What is a Mission → Project → Goal hierarchy for project tracking?

A Mission → Project → Goal hierarchy structures measurable outcomes by nesting specific targets under projects, which are then grouped under broader missions. This hierarchy persists target data and visualizes progress in a tracking tree.

How do I set up a new mission and project before defining a target metric?

You can establish a new mission and project by instructing the system to create them during the goal setup process. It validates the required fields, including the target metric and due date, then persists the entire structure via API.

Can I update progress and recalculate status for existing metrics?

Yes, you can update progress for existing metrics. The system supports linking work to a goal and recalculating its status, storing the updated progress data through the dashboard API to maintain accurate tracking.

What is the best way to track team missions with measurable target values?

The best way to track missions with measurable target values is defining a target metric, metric type, and due date for each goal. The system validates these inputs and writes them to a database to render a structured tracking tree.