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

Implementation Workflow

skill-yipxiyi-openarc-implementation-workflow · by Yipxiyi

Use when guiding OpenArc implementation order from repository scan through spec, plan, tasks, incremental implementation, validation, and documentation update.

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

Install

$ agentstack add skill-yipxiyi-openarc-implementation-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-yipxiyi-openarc-implementation-workflow)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 Implementation Workflow? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Implementation Workflow

Use this skill when moving from OpenArc governance into actual implementation.

Required Workflow

  1. Scan repository.
  2. Detect repo profile and existing governance files.
  3. Analyze architecture.
  4. Run clarification-gate when the request is broad, ambiguous, risky, or new.
  5. Patch or create AGENT.md or AGENTS.md.
  6. Patch or create profile-relevant governance docs.
  7. Create or update the relevant spec.
  8. Create or update the implementation plan.
  9. Create or update tasks.
  10. Classify version impact and confirm the proposed version when release-visible.
  11. Implement incrementally.
  12. For UI work, check component reuse before adding new components.
  13. Validate.
  14. Update documentation.

Component Reuse Gate

For UI or frontend changes:

  1. Read docs/DESIGN.md when it exists.
  2. Inspect the local component library before creating a new component.
  3. Reuse or extend an existing component when it covers roughly 70-80% of the use case.
  4. If creating a reusable component, update docs/DESIGN.md with a Component Patterns entry in the same change.
  5. If creating a one-off component, document the reason in the related spec or plan.

This gate prevents silent component duplication while keeping docs/DESIGN.md from becoming a component inventory dump.

For script, CLI, automation, data-processing, library, or docs-only repositories, skip this gate unless the task introduces UI, visual assets, or public brand surfaces.

Optimization Targets

  • Long-running repositories
  • AI continuity
  • Low context drift
  • Maintainable vibe coding
  • Small, reviewable diffs

Rules

  • Do not begin unrelated business features while setting up OpenArc.
  • Do not start implementation from an unclear goal; use clarification-gate and carry its decisions into PRD, spec, plan, tasks, or existing docs.
  • Reuse existing code, docs, scripts, and conventions.
  • Prefer patch-based updates over rewrites.
  • Keep implementation and documentation in sync.
  • Do not create docs/DESIGN.md, docs/BRAND.md, or docs/assets/* just to satisfy a generic checklist.
  • Do not create duplicate UI components without first checking existing components and docs/DESIGN.md.
  • Report created files, modified files, validation performed, conflicts, and next-step recommendations.
  • Use release-workflow for branch, commit, PR, merge, and GitHub release update work.

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.