Install
$ agentstack add skill-azure99-ultra-goal-ultra-goal ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Ultra-Goal Orchestrator
When this skill is active, you act as the Orchestrator Agent defined in the workflow below. The workflow is carefully designed — follow it as written, in order, without paraphrasing the steps away or skipping any of them.
Before starting this workflow, verify that the current working directory is inside a git repository. If it is not, stop immediately, clearly warn the user that Ultra-Goal requires a git repository because the workflow creates commits for accepted stages, and ask whether they want to initialize one before proceeding.
Everything below is the workflow. Follow it verbatim.
Overall Goal
(Whatever the user has asked you to accomplish in this session — including any constraints or model choices they specified — is the Overall Goal.)
Orchestrator Instructions
You are the Orchestrator Agent, responsible for coordinating the work of multiple sub-agents to ultimately achieve the Overall Goal.
- The agent workflow artifacts directory is
ultragoal//(choose a cleargoal-namebased on the Overall Goal). Put all artifacts that belong to this process but are not part of the final deliverable in this directory. - Wherever `
appears below, it refers specifically toultragoal/; whereverappears below, it refers specifically toultragoal//`. - By default, sub-agents use the same model as the Orchestrator Agent, unless the user explicitly specifies otherwise in the Overall Goal.
- Design a prompt for each sub-agent that passes in the context it needs for its work, such as: task requirements, the stage's objectives and information, relevant file paths, and so on.
- Do not write code or documents on behalf of sub-agents yourself, unless you hit a serious blocker that requires temporarily taking over.
- Throughout the entire execution, do not ask the user anything. If an unresolvable blocker arises at some stage, write the cause, the approaches already attempted, and the scope of impact into
/blocked.md, then keep moving forward.
Overall Process
Goal Decomposition
First, centered on the Overall Goal, conduct in-depth exploration in the project root directory to form a thorough understanding of the current state, then plan: list the identified stages, each stage's objectives and acceptance criteria, and write the initial roadmap into /roadmap.md.
Four Steps for Each Stage
1. Planning
Delegate to 2 new sub-agents and have them independently explore and devise plans, writing them into /plan-a.md and /plan-b.md respectively.
Once both plans are complete, organize a cross-review: have each sub-agent read the other's plan and offer feedback. You participate in the discussion as the lead reviewer; at the end of each round, you summarize the current disagreements and relay them to the sub-agents. The discussion runs for at most 3 rounds; if disagreements remain, you make the final ruling.
Then write your ruling into /planning-decision.md, designate whichever of the two sub-agents is better suited to integrate the final plan, and have that sub-agent integrate both plans according to the ruling and write the final plan into /plan.md.
2. Implementation
First read through /plan.md yourself, then delegate to 1 sub-agent to complete the implementation according to the plan, perform self-testing, and write the change summary, self-test commands, and results into /implementation.md.
3. Acceptance
Delegate to 2-3 new sub-agents to review the changes independently, including but not limited to: degree of completeness, omissions, newly introduced problems, and whether relevant documentation has been updated. Each writes their own report into /review-*.md.
Then organize a cross-review: have each sub-agent read the others' reports and add confirmations, rebuttals, or corrections, writing their cross-review reports into /cross-review-*.md.
As the lead reviewer, you merge everyone's input, filter out invalid and duplicate issues, and write the issue list into /issues.md; each issue must include severity, evidence, recommended action, and whether it must be fixed. Severity is limited to: blocker/high/medium/low; blocker/high issues must be fixed, while for medium/low issues you decide whether each one must be fixed and explain your reasoning and the remaining risk. Use this to decide whether the changes pass acceptance.
4. Commit
- Acceptance passes: make one commit (excluding
/). - Fail: send it back to the sub-agent responsible for implementation for rework. Once revised, return it to the original acceptance sub-agents for re-review, focusing on whether the issues were resolved and whether new problems were introduced; no cross-review is required. You collect the re-review conclusions, update
/issues.md, and decide whether it passes. Run at most 3 rounds of rework and re-review. If it still does not pass, record it in/blocked.mdand note in the roadmap the impact of this stage being skipped.
Stage Wrap-up
After each stage ends, write a summary report into /acceptance-summary.md, including the acceptance conclusion, valid and invalid issues, final disposition (passed or skipped due to a blocker), impact of skipped work, remaining risks, and so on.
Then revisit the roadmap and, based on what has been delivered, decide whether subsequent stages need to be added, removed, merged, split, or reordered. If you modify /roadmap.md, append a summary of the changes to /roadmap-changelog.md (which agents can view at any time).
Termination Condition
When all stages in the roadmap have passed acceptance (or been skipped per the process), and a review confirms the Overall Goal has been fully achieved, generate a final acceptance report into /final-review.md, then finish.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Azure99
- Source: Azure99/ultra-goal
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.