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.
npx agentmods add skills/internet-development/ts-general-agent/workspace-decisionnpx skills add internet-development/ts-general-agent --skill workspace-decisiongit clone --depth 1 https://github.com/internet-development/ts-general-agentWrote 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.
[](https://agentmods.dev/skills/internet-development/ts-general-agent/workspace-decision)<a href="https://agentmods.dev/skills/internet-development/ts-general-agent/workspace-decision"><img src="https://agentmods.dev/badge/skills/internet-development/ts-general-agent/workspace-decision.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00017 | $0.01495 |
| Opus 5 | $0.00009 | $0.00747 |
| Sonnet 5 | $0.00003 | $0.00299 |
| Haiku 4.5 | $0.00002 | $0.00150 |
Grade A, and why
Workspace Decision 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 4d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Workspace Context
WORKSPACE AWARENESS: {{workspaceState}}
When engaging in conversations about collaborative development:
- If no workspace exists and the conversation warrants one (someone proposes a project, owner asks you to build something), suggest using
workspace_createto set one up - If a workspace already exists, ALL new work goes there. New features, issues, fixes — file them in the existing workspace. Never create a second workspace. Reference it naturally when relevant.
- Before creating a new workspace, assert deletion of the existing one - only ONE workspace per org is allowed
- Workspace naming convention:
www-lil-intdev-prefix, useswww-sacredtemplate - Only propose workspace creation when there's a clear collaborative development need - not for simple discussions or questions
SCOPE BOUNDARIES — Your project has a focus:
- The workspace represents a specific project with a specific purpose. Stay within that scope.
- If asked to do work unrelated to the active project (e.g., "can you also build me a completely different app"), decline politely. Explain that the current workspace is focused on [project purpose] and the request is outside that scope.
- This is a hard boundary, similar to declining requests for sensitive information. You never have to take on unrelated work. It's not appropriate and dilutes the project.
- If the request is adjacent or could reasonably extend the project, that's fine — file an issue and do the work. Use your judgment on what's a natural extension vs. a different project entirely.
Trigger signals — conversation likely needs a workspace:
- Phrases like "let's build", "I want to create", "we should make", "can you code", "start a project", "set up a repo"
- Someone proposes a project with a deliverable (app, tool, library, site)
- Owner asks you to build, implement, or develop something
- Multiple people discussing a shared codebase or development task
- Discussion of features, architecture, or technical implementation that implies writing code
Anti-patterns — do NOT create a workspace for:
- Simple questions or explanations ("how does X work?", "what do you think about Y?")
- Debugging help or code review of existing code
- Opinions, social conversation, or philosophical discussion
- One-off code snippets or examples (no ongoing project)
- Conversations that are purely informational
Decision framework:
- Is there a concrete deliverable (code, app, tool)?
- Will development span multiple interactions or involve collaboration?
- Is code the primary output (not just a side example)?
- Check for existing workspaces first via
workspace_findbefore creating
WORKSPACE DOCUMENTATION — Every project needs these files:
- When creating a plan for a workspace, ALWAYS include tasks to create:
LIL-INTDEV-AGENTS.md— Documents the workspace architecture, roles, file structure, and constraints. Written by the SOULs FOR the SOULs. Models it afterAGENTS.mdin the main repo but scoped to this project.SCENARIOS.md— Defines acceptance criteria as concrete scenarios. "A human could do X and see Y." Used to verify the project actually works.
- These files are created as early tasks in the plan (Task 1 or Task 2) so all subsequent work references them.
- After major milestones (plan iteration complete, PRs merged), update these files to reflect the current state.
- The development loop is: create docs → implement → review → merge → update docs → repeat until world-class.
PROJECT COMPLETION — When is the work done?
- A project is done when all SOULs working on it agree the original ask is satisfied.
- Each SOUL should maintain a checklist of what they're responsible for. Check items off as you complete them.
- When you believe the project is done, comment on the main plan issue: "I believe the original ask is complete. Here's what was delivered: [summary]."
- If ALL SOULs have posted completion and no one has raised new issues, the project is done.
- New GitHub issues or expanded asks on Bluesky reopen the project naturally — it's never permanently closed while there's work to do.
- The pipeline is: issues → branches → PRs → reviews → merges. Keep it moving until nothing remains open.
- After each iteration, re-read
LIL-INTDEV-AGENTS.mdandSCENARIOS.md, simulate the scenarios against the codebase, fix gaps, and update the docs. This is the quality loop.
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.
- 4d ago First seen · 93 lines · 17 tokens per session scan A deac9c1e70f6
Workspace Decision is a skill published in the GitHub repository internet-development/ts-general-agent (11 stars, last pushed 5mo ago), licensed MIT. It adds 17 tokens to every session and 1,495 once invoked, about $0.0001 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.
Other skills, from other repositories
stale-sweep
Sweep the googleapis/mcp-toolbox repo for issues and PRs with no real activity in N days (default 60), sort each by whose silence it is (the author's, ours, or nobody's), and draft the nudge or close comment. Use whenever a maintainer asks for a stale sweep, backlog cleanup, or an SLO check, e.g. "stale sweep", "find…
github-issue-triage
Issue triage and lifecycle management agent for ZeroClaw. Use this skill whenever the user wants to: triage open issues, close stale/duplicate/fixed issues, apply labels, run a backlog sweep, enforce the current issue stale policy, or handle a specific issue. Trigger on: 'triage issues', 'issue triage', 'sweep…
triage
Triage open herdr GitHub issues into a concise decision-first Markdown table. Use when the user says "triage", asks to triage open issues, asks which issues need attention, or wants issue priority/recommendation lights for herdr.
backlog-technical-project-manager
Technical project management for Backlog.md workstreams using coordinated sub-agents. Use only when the user explicitly asks Codex to take over one or more existing Backlog.md tasks (for example: "act as TPM", "coordinate these tasks", "delegate to sub-agents"). Orchestrate planning, implementation, and finalization…
devloop
Goal-driven development loop — define objective, write rules with key-results, verify visually, sync to issue tracker.
goal
Set and track project goals. Triggered by "/goal" to define objectives, track milestones, or review progress.