AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Metacoding Workflow

skill-anton-g-kulikov-metacoding-metacoding-workflow · by anton-g-kulikov

Enforce the metacoding workflow for modern coding agents. Use this skill for feature work, bug fixes, refactors, or reviews that require strict workflow execution, mandatory TDD, MECE documentation structure, single-task focus, verification, and a clean VCS handoff or completion confirmation.

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-anton-g-kulikov-metacoding-metacoding-workflow

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-anton-g-kulikov-metacoding-metacoding-workflow)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Metacoding Workflow? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Metacoding Workflow

Use this skill when the user wants disciplined execution rather than ad hoc coding.

Start Here

  1. Read references/project-context.md first.
  2. Read references/workflow-rules.md for the operating contract.
  3. Read references/repository-organization.md before planning or editing.
  4. Read references/platform-adaptation.md if the repo lacks task docs, test docs, or git context.
  5. Load only the language reference that matches the task:
  • references/typescript.md
  • references/javascript.md
  • references/node.md
  • references/react.md
  • references/python.md

Core Rules

  1. Ground in the repo before asking clarifying questions.
  2. Capture scope, success criteria, and constraints before changing code.
  3. Enforce mandatory TDD: document test intent, write or identify failing tests first, then implement production code.
  4. Work one bounded task at a time.
  5. Verify changes with tests and direct checks.
  6. Maintain MECE documentation: update the correct artifact without duplicating the same concept across multiple docs.
  7. Close with a commit-ready handoff, an actual VCS action, or an explicit completion confirmation.

Enforcement

  • Do not skip directly to coding when repo inspection can reduce uncertainty.
  • Do not bypass TDD unless the user explicitly accepts the exception and the reason is recorded.
  • Do not switch to unrelated work mid-task. Queue it for later.
  • If a new blocker is required to finish the active task, treat it as a subtask.
  • If git actions are unavailable or out of scope, stop at a clean handoff instead of forcing a commit.
  • If repo artifacts are missing, bootstrap them from assets/templates/ before implementation or explicitly propose them.
  • Keep repository organization and documentation structure aligned with references/repository-organization.md.

Bundled Templates

Use these templates when the repo does not already provide an equivalent artifact:

  • assets/templates/task-entry.md
  • assets/templates/test-plan.md
  • assets/templates/repeated-task-checklist.md
  • assets/templates/changelog-entry.md

Keep the workflow strict, but adapt the exact artifact shape to the repository you are working in.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.