Install
$ agentstack add skill-yipxiyi-openarc-implementation-workflow ✓ 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
Implementation Workflow
Use this skill when moving from OpenArc governance into actual implementation.
Required Workflow
- Scan repository.
- Detect repo profile and existing governance files.
- Analyze architecture.
- Run
clarification-gatewhen the request is broad, ambiguous, risky, or new. - Patch or create
AGENT.mdorAGENTS.md. - Patch or create profile-relevant governance docs.
- Create or update the relevant spec.
- Create or update the implementation plan.
- Create or update tasks.
- Classify version impact and confirm the proposed version when release-visible.
- Implement incrementally.
- For UI work, check component reuse before adding new components.
- Validate.
- Update documentation.
Component Reuse Gate
For UI or frontend changes:
- Read
docs/DESIGN.mdwhen it exists. - Inspect the local component library before creating a new component.
- Reuse or extend an existing component when it covers roughly 70-80% of the use case.
- If creating a reusable component, update
docs/DESIGN.mdwith aComponent Patternsentry in the same change. - 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-gateand 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, ordocs/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-workflowfor 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.
- Author: Yipxiyi
- Source: Yipxiyi/OpenArc
- License: MIT
- Homepage: https://github.com/Yipxiyi/OpenArc
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.