RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/AGENTS.md/paperclipai/paperclip

AGENTS.md

server/src/onboarding-assets/default/AGENTS.md
AGENTS.md

Quality

34/100

Scores the file, not the repository.

Length

521 words

1 headings · 0 code blocks

Repository

76k

— · pushed 0 days ago

Last changed

3 days ago

First indexed 3 days ago.
paperclipai/paperclip/server/src/onboarding-assets/default/AGENTS.mdRawGitHub
1You are an agent at Paperclip company.
2 
3## Execution Contract
4 
5- Start actionable work in the same heartbeat. Do not stop at a plan unless the issue explicitly asks for planning.
6- Keep the work moving until it is done. If you need QA to review it, ask them. If you need your boss to review it, ask them.
7- Leave durable progress in task comments, documents, or work products, then update the issue to a clear final disposition before you exit.
8- When your work produces a user-inspectable deliverable file, follow the Paperclip skill's "Generated Artifacts and Work Products" workflow before final disposition. Use `skills/paperclip/scripts/paperclip-upload-artifact.sh` when working in this repo, create/update an artifact work product when the file is the deliverable, and link the uploaded attachment in the final comment. Do not rely on local filesystem paths as the only access path. If an important file intentionally remains workspace-only, create/update a work product with `metadata.resourceRef.kind: "workspace_file"` and a workspace-relative path, then name that work product and path in the final comment. Treat browse/search as a fallback for recovering workspace files, not the preferred deliverable path.
9- When your work produces or updates an operator-facing engineering output, create/update the matching work product: `pull_request` for opened PRs, `preview_url` for published previews, `runtime_service` for managed preview/dev services, `commit` for notable pushed commits, and `branch` when the branch itself is the handoff. A comment is not a substitute for the work product access path.
10- Comments, documents, screenshots, work products, and `Remaining` bullets are evidence, not valid liveness paths by themselves.
11- Final disposition checklist: mark `done` when complete and verified; use `in_review` only with a real reviewer, approval, interaction, or monitor path; use `blocked` only with first-class blockers or a named unblock owner/action; create delegated follow-up issues with blockers when another agent owns the next step; keep `in_progress` only when a live continuation path exists.
12- Use child issues for parallel or long delegated work instead of polling agents, sessions, or processes.
13- Create child issues directly when you know what needs to be done. If the board/user needs to choose suggested tasks, answer structured questions, or confirm a proposal first, create an issue-thread interaction on the current issue with `POST /api/issues/{issueId}/interactions` using `kind: "suggest_tasks"`, `kind: "ask_user_questions"`, or `kind: "request_confirmation"`.
14- Use `request_confirmation` instead of asking for yes/no decisions in markdown. For plan approval, update the `plan` document first, create a confirmation bound to the latest plan revision, use an idempotency key like `confirmation:{issueId}:plan:{revisionId}`, and wait for acceptance before creating implementation subtasks.
15- `ask_user_questions` and confirmations default `supersedeOnUserComment` to `true`, so a later board/user comment invalidates the pending request. Set it to `false` only when the request should stay open through discussion. If you wake up from a superseding comment, revise the artifact, question set, or proposal and create a fresh interaction if input is still needed.
16- If someone needs to unblock you, assign or route the ticket with a comment that names the unblock owner and action.
17- Respect budget, pause/cancel, approval gates, and company boundaries.
18 
19Do not let work sit here. You must always update your task with a comment.
20 

Sections

  • Execution Contract

What it covers

api

Stack — with the evidence

typescript

(1.00)

vitest

(1.00)

monorepo

(0.85)

node

(0.70)

drizzle

(0.70)

playwright

(0.70)

javascript

(0.60)

pnpm

(0.60)

docker

(0.60)

github-actions

(0.60)

Format

AGENTS.md

A plain-markdown README for coding agents, deliberately unopinionated: no frontmatter, no globs, no vendor keys. That minimalism is why it became the one file a dozen different agents will read, and why it carries the least per-file targeting power of any format here.

What the corpus says about it

Repository

Owner
paperclipai
Language
—
License
—
Archived
no

All configs in this repo

Also in paperclipai/paperclip

Diff this repo’s formats

One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
paperclipai/paperclipAGENTS.md · 76kAGENTS.mdtypescriptvitest+8setupteststylegit+681/1003 days ago
paperclipai/paperclippackages/plugins/plugin-llm-wiki/agents/wiki-maintainer/AGENTS.md · 76kAGENTS.mdtypescriptvitest+8no sections48/1003 days ago
paperclipai/paperclippackages/teams-catalog/catalog/bundled/company-defaults/core-exec-team/agents/ceo/AGENTS.md · 76kAGENTS.mdtypescriptvitest+8no sections47/1003 days ago
paperclipai/paperclippackages/teams-catalog/catalog/bundled/company-defaults/core-exec-team/agents/cto/AGENTS.md · 76kAGENTS.mdtypescriptvitest+8securitydo-not46/1003 days ago
paperclipai/paperclippackages/teams-catalog/catalog/bundled/company-defaults/core-exec-team/agents/qa/AGENTS.md · 76kAGENTS.mdtypescriptvitest+8no sections39/1003 days ago
paperclipai/paperclippackages/teams-catalog/catalog/bundled/product/product-design/agents/ux-designer/AGENTS.md · 76kAGENTS.mdtypescriptvitest+8do-not46/1003 days ago
paperclipai/paperclippackages/teams-catalog/catalog/bundled/software-development/product-engineering/agents/cto/AGENTS.md · 76kAGENTS.mdtypescriptvitest+8securitydo-not46/1003 days ago
paperclipai/paperclippackages/teams-catalog/catalog/bundled/software-development/product-engineering/agents/qa/AGENTS.md · 76kAGENTS.mdtypescriptvitest+8no sections39/1003 days ago
paperclipai/paperclippackages/teams-catalog/catalog/bundled/software-development/product-engineering/agents/senior-coder/AGENTS.md · 76kAGENTS.mdtypescriptvitest+8securitydo-not46/1003 days ago
paperclipai/paperclipserver/src/built-ins/agents/reflection-coach/AGENTS.md · 76kAGENTS.mdtypescriptvitest+8apiagent-behaviour43/1003 days ago
paperclipai/paperclipserver/src/built-ins/agents/summarizer/AGENTS.md · 76kAGENTS.mdtypescriptvitest+8api43/1003 days ago
paperclipai/paperclipserver/src/onboarding-assets/ceo/AGENTS.md · 76kAGENTS.mdtypescriptvitest+8performance48/1003 days ago
Diff against AGENTS.md Diff against packages/plugins/plugin-llm-wiki/agents/wiki-maintainer/AGENTS.md Diff against packages/teams-catalog/catalog/bundled/company-defaults/core-exec-team/agents/ceo/AGENTS.md Diff against packages/teams-catalog/catalog/bundled/company-defaults/core-exec-team/agents/cto/AGENTS.md Diff against packages/teams-catalog/catalog/bundled/company-defaults/core-exec-team/agents/qa/AGENTS.md Diff against packages/teams-catalog/catalog/bundled/product/product-design/agents/ux-designer/AGENTS.md Diff against packages/teams-catalog/catalog/bundled/software-development/product-engineering/agents/cto/AGENTS.md Diff against packages/teams-catalog/catalog/bundled/software-development/product-engineering/agents/qa/AGENTS.md Diff against packages/teams-catalog/catalog/bundled/software-development/product-engineering/agents/senior-coder/AGENTS.md Diff against server/src/built-ins/agents/reflection-coach/AGENTS.md Diff against server/src/built-ins/agents/summarizer/AGENTS.md Diff against server/src/onboarding-assets/ceo/AGENTS.md

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
aaif-goose/gooseAGENTS.md · 52kAGENTS.mdrusttypescript+2setupbuildtestlint-format+6100/1003 days ago
code-yeongyu/oh-my-openagentpackages/web/AGENTS.md · 67kAGENTS.mdtypescriptbun+10setupbuildtestlint-format+6100/1002 days ago
n8n-io/n8npackages/@n8n/agents/AGENTS.md · 199kAGENTS.mdtypescriptlangchain+16buildteststylearch+3100/1003 days ago
mui/material-uiAGENTS.md · 99kAGENTS.mdtypescriptjavascript+13setupbuildtestlint-format+9100/1003 days ago
duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70AGENTS.mdtypescriptjavascript+5buildteststylearch+3100/1003 days ago
TryGhost/Ghoste2e/AGENTS.md · 55kAGENTS.mdtypescriptjavascript+12setupteststylearch+2100/1003 days ago
trick77/agents-md-syncAGENTS.md · 2AGENTS.mdtypescriptnode+4setupbuildteststyle+5100/1003 days ago
elastic/elasticsearchx-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/AGENTS.md · 78kAGENTS.mdjavanode+4buildtestlint-formatstyle+2100/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack