Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
1efe969
feat: Portable Prompt Engineer Agent — Phase 2 Core Implementation
ashleyshaw Aug 12, 2026
198ca4d
docs: Phase 2 Status — Core Implementation Complete
ashleyshaw Aug 12, 2026
331629d
fix: Add frontmatter and update related issues for Phase 2 PR
ashleyshaw Aug 12, 2026
659be96
fix: Add Related Issues section to reviewer-agent-v2 project README
ashleyshaw Aug 12, 2026
f91ef9e
fix: Correct relative links in prompt engineer agent files
Aug 12, 2026
aa84c00
fix: Correct relative link paths and remove broken references
Aug 12, 2026
27354ba
ci: Trigger fresh CI run to validate all checks
Aug 17, 2026
f9a1ec0
feat: PR Creation Agent Phase 3 Skill 2 — route-pr-template Implement…
Aug 18, 2026
a68f513
fix: Remove unused imports and variables in release-with-gates script
Aug 18, 2026
b4d6d98
fix: Add required frontmatter fields to Prompt Engineer agent README
Aug 18, 2026
14d4121
fix: Update reviewer-agent-v2 project README to mark future deliverab…
Aug 18, 2026
8593e3a
fix: Correct relative path in CHANGELOG.md for Phase 5.2 project link
Aug 18, 2026
3cffe4a
ci: Trigger fresh CI run to validate all checks
Aug 17, 2026
a5f6dbb
fix: Add required frontmatter to OpenSpec project README
Aug 18, 2026
7775458
docs: Update Project Maintenance Agent docs for Phase 3 completion
Aug 18, 2026
3ba7c2a
docs: Add Phase 2 Kickoff guide with detailed implementation roadmap
Aug 18, 2026
491fe3f
fix: Badge Health Check workflow improvements and helper scripts
Aug 18, 2026
e83e1a8
fix: Add required file_type field and quote dates in project-maintena…
Aug 18, 2026
c8873a1
fix: Remove unused import and variable from fix-badge-links.js
Aug 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
---
file_type: documentation
title: "Portable Prompt Engineer Agent — OpenSpec Specification"
description: "OpenSpec specification and implementation planning for portable prompt engineering agent"
project_type: "openspec-implementation"
status: active
created: "2026-08-12"
last_updated: "2026-08-12"
---

# Portable Prompt Engineer Agent — OpenSpec Specification

Portable Prompt Engineer Agent Specification & Implementation Planning
Expand All@@ -9,10 +19,52 @@ This project documents the OpenSpec specification for making the Prompt Engineer
| Issue | Type | Purpose | Status |
|-------|------|---------|--------|
| [#1805](../../../../../issues/1805) | epic | Portable Prompt Engineer Agent Initiative | 🟢 Open |
| [#1804](../../../../../pull/1804) | pull | OpenSpec Specification Phase Deliverables | 🟢 Open |
| [#1804](../../../../../pull/1804) | pull | OpenSpec Specification Phase (Phase 1) | ✅ Merged |
| [#1907](../../../../../pull/1907) | pull | Phase 2 Core Implementation | 🟢 Open |

## Project Contents

### Phase 1 (Specification - Complete ✅)

- **proposal.md** — OpenSpec proposal with problem statement, capabilities, and impact analysis
- **design.md** — Technical design with 7 key architectural decisions, risks, and migration plan
- **.openspec.yaml** — OpenSpec metadata and configuration

### Phase 2 (Core Implementation - Complete ✅)

**Skills (Documentation & Specification):**

- `agents/prompt-engineer/skills/analyze-prompt.skill.md` — Clarity analysis framework (500+ lines)
- `agents/prompt-engineer/skills/improve-prompt.skill.md` — Improvement suggestion engine (600+ lines)
- `agents/prompt-engineer/skills/validate-prompt.skill.md` — Format validation framework (500+ lines)

**Documentation:**

- `agents/prompt-engineer/README.md` — Quick start guide (400+ lines)
- `agents/prompt-engineer/API.md` — Complete API reference (1000+ lines)
- `agents/prompt-engineer/EXAMPLES.md` — Real-world examples (800+ lines)

**Configuration & Setup:**

- `agents/prompt-engineer/index.js` — Module entry point with placeholder implementations
- `agents/prompt-engineer/package.json` — NPM package configuration
- `agents/prompt-engineer/tests/unit/analyze-prompt.test.md` — Unit test specification

**Summary:**

- `PHASE_2_STATUS.md` — Phase 2 completion details and Phase 3 roadmap

### Phase 3 (Testing & Validation - Pending)

- Implement JavaScript functions (from specifications)
- Unit tests (80%+ coverage target)
- Integration tests (10+ per context)
- Multi-model validation
- Repository-specific testing

### Phase 4 (Documentation & Release - Pending)

- Comprehensive documentation (ARCHITECTURE.md, CONTRIBUTING.md, TROUBLESHOOTING.md)
- NPM packaging and distribution
- Migration guide and backward compatibility
- Release and announcement
Loading
Loading