engineer

Implement feature specifications and debug code against acceptance criteria.

59|8|Updated Jun 7, 2025
One-click install
npx skills add https://github.com/pwnk77/agentic-workflows --skill engineer-pwnk77
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: engineer
Source: https://github.com/pwnk77/agentic-workflows/tree/main/prd-system/skills/engineer
Command: npx skills add https://github.com/pwnk77/agentic-workflows --skill engineer-pwnk77

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of translating specifications into working code and resolving any implementation issues that arise, reducing development time and improving code quality.

Core Features & Use Cases

  • Specification Implementation: Automatically implements feature specifications by executing defined tasks sequentially.
  • Debugging: Analyzes failed tasks, reviews context, identifies root causes, and proposes fixes.
  • Use Case: A product manager provides a detailed specification for a new user authentication feature. The engineer skill reads this spec, writes the necessary code, runs tests, and updates the spec with the implementation status.

Quick Start

Use the engineer skill to implement the 'user-authentication' spec.

Frequently Asked Questions about engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement code from a detailed feature specification?

Debugging code from execution logs involves analyzing failed tasks, reviewing context, and identifying root causes. The Skill uses a debug mode to validate issues against acceptance criteria and proposes fixes to resolve the failures.

Can I automate task execution and progress logging for software development?

Yes, you can automate sequential task execution and progress logging for software development. The Skill systematically processes defined tasks, logs execution progress, and validates outputs against acceptance criteria without manual intervention.

What is the best way to resolve issues found during specification execution?

The best way to resolve issues during specification execution is using debug mode. The Skill analyzes failed tasks, reviews the execution context, identifies root causes, and proposes targeted fixes to meet acceptance criteria.

Does this code implementation tool support debugging failed tasks automatically?

Yes, this code implementation tool supports debugging failed tasks automatically. It reviews the execution context, identifies the root cause of the failure, and proposes fixes to ensure the code meets the original specifications.