multica-goal-tracker

multica-goal-tracker is a skill for Codex from MiaoDX/intuitive-flow. It costs 86 tokens per session (1,672 once invoked), scanned A, original, MIT.

A procedure for tracking goals in Multica, an issue-tracking system, by recording the goal, its start, and evidence of completion.

In plain words
What is it for?
Use it to create or reuse an issue, summarize a goal, add standardized start comments, and record whether real execution evidence shows completion.
Why use it?
It keeps repeated goal attempts and their results attached to one issue instead of scattered across separate notes.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex; $skill-name invocation.

Good fit Use it to create or reuse an issue, summarize a goal, add standardized start comments, and record whether real execution evidence shows completion.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/miaodx/intuitive-flow/multica-goal-tracker
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add MiaoDX/intuitive-flow --skill multica-goal-tracker
Clone the repo
git clone --depth 1 https://github.com/MiaoDX/intuitive-flow

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for multica-goal-tracker

README.md
[![agentmods](https://agentmods.dev/badge/skills/miaodx/intuitive-flow/multica-goal-tracker/github.svg)](https://agentmods.dev/skills/miaodx/intuitive-flow/multica-goal-tracker)
Your own site
<a href="https://agentmods.dev/skills/miaodx/intuitive-flow/multica-goal-tracker"><img src="https://agentmods.dev/badge/skills/miaodx/intuitive-flow/multica-goal-tracker/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for multica-goal-tracker

Your own site · 80×15
<a href="https://agentmods.dev/skills/miaodx/intuitive-flow/multica-goal-tracker"><img src="https://agentmods.dev/badge/skills/miaodx/intuitive-flow/multica-goal-tracker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,672 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 16
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00086 $0.01672
Opus 5 $0.00043 $0.00836
Sonnet 5 $0.00017 $0.00334
Haiku 4.5 $0.00009 $0.00167

Measured 9d ago against content hash 6d2646e0a01a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

multica-goal-tracker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 7 executable files (scripts/track_goal_attempts.ts, scripts/track_goal_goal.ts, scripts/track_goal_markdown.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/multica-goal-tracker/SKILL.md · 186 lines

How it starts

The opening of the file, as written. The whole thing — 186 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Multica Goal Tracker

Use this skill to keep Multica issues consistent when the human workflow is:

  1. Create or reuse a Multica issue.
  2. Paste the /goal command that will drive a long $intuitive-flow or related skill run.
  3. After the run completes, attach concise completion evidence.
  4. If the result is incomplete, keep the issue open and append the next goal as another attempt on the same issue.
  5. Repeat until the issue-level outcome is complete. Finish comments show the per-goal attempt plus cumulative issue time.

The skill can also create the Multica issue from an approved $intuitive-preflight contract. That path records planning provenance and the exact executable /goal, then immediately appends the normalized tracker start comment. It does not execute the goal and does not create finish evidence.

Prefer appending comments over rewriting issue descriptions. Only update the description when the user explicitly wants the issue top-level description cleaned up.

All comments created by this skill use the current Multica user token, but they must begin with the visible marker:

> Agent 提交:以下内容由 Agent 帮忙整理并提交,用于和人工手写评论区分。

Keep this marker as the first visible line on start, finish, and final-review comments.

Create From Preflight

Use this after an $intuitive-preflight contract is approved and before the goal is executed. The preflight must be DRAFT/approved, not BLOCKED_NEEDS_DECISION, and it must contain either Main-session /goal prompt or To execute with the executable /goal.

bun skills/multica-goal-tracker/scripts/track_goal.ts \
  create-from-preflight \
  --preflight-file /tmp/preflight.md \
  --workspace-id product-workspace

Never rely on the Multica CLI default workspace when creating an issue from a preflight. The default workspace may point at another product. If the user gives a URL such as https://multica.example.test/product-workspace/, pass --workspace-id product-workspace or the full URL so the script can resolve and verify the real workspace id before writing.

Read the full file on GitHub · 186 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 186 lines · 86 tokens per session scan A 6d2646e0a01a

Subscribe to this mod's changes

multica-goal-tracker is a skill published in the GitHub repository MiaoDX/intuitive-flow (48 stars, last pushed 5d ago), licensed MIT. It adds 86 tokens to every session and 1,672 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories