Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.27 KB

File metadata and controls

42 lines (32 loc) · 1.27 KB
name shared-goals
description Shared Goals platform skill for AI agents. Use when a user wants to: join a shared goal, set a personal contract (time commitment), log a commit (progress report), or check the status of their active goals and contracts. Provides procedural knowledge for interacting with the Shared Goals platform API on behalf of the user.

Shared Goals

Shared Goals is a platform for joining shared purposes, committing time, and tracking progress together with others.

Core Entities

  • Goal — a shared purpose people join (public, invite-only, or personal)
  • Contract — your personal time commitment to a goal (e.g. "1 hour/week")
  • Commit — a logged unit of progress against your contract

Key Workflows

Join a Goal

  1. Find a goal by keyword or URL
  2. Review the goal description and active participants
  3. Set a Contract: specify time amount and period
  4. Confirm join

Log a Commit

  1. Identify the relevant Contract
  2. Record: time invested, what was done, next step (optional)
  3. Mark as happy moment if applicable

Check Status

  • List active contracts and recent commits
  • Show goal activity summary

Notes

Platform API and full workflow details will be added as the platform develops. This is a draft skill.