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

Openspec Apply

skill-chyiiiiiiiiiiii-openspec-skills-openspec-apply · by chyiiiiiiiiiiii

Implement a change proposal following the OpenSpec SDD workflow. Use after a proposal is approved and ready for implementation.

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

Install

$ agentstack add skill-chyiiiiiiiiiiii-openspec-skills-openspec-apply

✓ 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-chyiiiiiiiiiiii-openspec-skills-openspec-apply)

Reliability & compatibility

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

About

OpenSpec: Apply

Implement a change proposal following the OpenSpec SDD workflow.

Usage

/openspec-apply 

Example:

/openspec-apply add-user-search

What This Skill Does

  1. Read the proposal and understand the scope
  2. Follow tasks.md step by step
  3. Implement according to delta specs
  4. Mark tasks complete as you progress
  5. Run quality gates after each phase

Execution Steps

Step 1: Load Context

Read these files in order:

  1. openspec/project.md - Project conventions
  2. openspec/changes/{change-id}/proposal.md - What and why
  3. openspec/changes/{change-id}/tasks.md - Implementation checklist
  4. openspec/changes/{change-id}/specs/*.md - Delta specifications

Step 2: Verify Prerequisites

Before starting:

git status          # Should be clean or on feature branch
# Run project's lint/analyze command

If not on a feature branch:

git checkout -b feature/{change-id}

Step 3: Execute Tasks Phase by Phase

For each phase in tasks.md:

3.1 Start Phase
  • Mark the first task as in-progress in your todo list
  • Read the delta spec for that component
3.2 Implement Task
  • Follow existing patterns from project's CLAUDE.md
  • Write code according to delta spec requirements
  • Include tests for new functionality
3.3 Mark Complete
  • Update tasks.md: - [ ]- [x]
  • Add completion note if significant
3.4 Quality Gate

After completing each phase, run project quality checks:

# Example for Flutter projects:
# make format && make analyze && make run_unit_test

# Example for Node projects:
# npm run lint && npm test

Step 4: Update Progress

After each phase, update tasks.md:

## Phase 1: Foundation (Data Layer)

- [x] 1.1 Create search model ✓ 2024-01-15
- [x] 1.2 Add search to repository ✓ 2024-01-15
- [x] 1.3 Write unit tests ✓ 2024-01-15

**Quality Gate:** PASSED

Step 5: Handle Issues

If you encounter blockers:

  1. Document in tasks.md under the task
  2. Add a ### Blockers section if needed
  3. Ask for clarification before proceeding
- [ ] 1.2 Add search to repository
  - **Blocker:** Unclear if fuzzy search should use DB or in-memory
  - **Options:** A) Database query, B) In-memory filtering
  - **Waiting for:** Decision from user

Step 6: Completion Check

When all tasks are done:

  1. Verify all checkboxes are [x]
  2. Run full quality gate
  3. Update proposal.md status:

``markdown **Status:** Implementation Complete **Completed:** {YYYY-MM-DD} ``

Step 7: Report Completion

## Implementation Complete: {change-id}

### Summary
- {Brief description of what was implemented}

### Files Changed
- `lib/feature/...` - {description}
- `test/...` - {description}

### Quality Verification
- [x] All tests passing
- [x] Lint/analyze clean
- [x] Documentation updated (if applicable)

### Next Step
Run `/openspec-archive {change-id}` to complete the workflow.

Implementation Rules

Follow Project Conventions

  • Read and follow project's CLAUDE.md
  • Use existing patterns and styles
  • Match naming conventions

Maintain Quality

  • Write tests as you implement
  • Handle errors properly with specific exception types
  • Keep code clean and readable

Stay in Scope

  • Only implement what's in the delta spec
  • Don't add "nice to have" features
  • Flag scope questions before proceeding

Document Changes

  • Update relevant documentation
  • Sync localization files if adding strings
  • Update project docs if introducing new patterns

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.