awf-code

Automate phase-based software development with bootstrapping, implementation, and self-correcting unit tests.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/buiminhduc23011/awf-for-codex --skill awf-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: awf-code
Source: https://github.com/buiminhduc23011/awf-for-codex/tree/main/skills/awf-code
Command: npx skills add https://github.com/buiminhduc23011/awf-for-codex --skill awf-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of maintaining high-quality, consistent code standards while managing complex, multi-phase development projects without manual oversight.

Core Features & Use Cases

  • Phase-Based Execution: Automatically manages project bootstrapping, database schema implementation, and feature development across defined phases.
  • Auto-Test Loop: Implements a robust test-fix-verify cycle that automatically attempts to resolve failures up to three times before requesting human intervention.
  • Persona-Driven Development: Adapts coding style and explanation depth based on user technical level (Newbie vs. Senior) and specific personality modes like Mentor or Strict Coach.

Quick Start

Invoke the awf-code skill to begin the next phase of your project by typing the command $awf-code followed by the specific phase name or task description.

Frequently Asked Questions about awf-code

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

FAQPage Schema
How do I automate my software development workflow with built-in testing?

You can automate your software development workflow by using a phase-based execution model that handles project bootstrapping, code implementation, and a self-correcting test-fix-verify loop.

What is an automated test-fix-verify loop for coding projects?

An automated test-fix-verify loop is a self-correcting cycle that automatically attempts to resolve unit test failures up to three times before requesting human intervention.

How do I enforce strict coding standards across a multi-phase development project?

You can enforce strict coding standards by utilizing an automated workflow that tracks progress through session logs and requires adherence to predefined project specifications during feature development.

Can I adjust the coding guidance depth based on my technical level?

Yes, you can adjust coding guidance depth through persona-driven development, which adapts explanations and coding styles based on your technical level, such as Newbie or Senior.

What is the best way to manage project bootstrapping and database schema implementation together?

The best way to manage project bootstrapping and database schema implementation is through an automated, phase-based execution workflow that sequentially handles these defined project stages.

When does the automated coding workflow stop and require human intervention?

The automated coding workflow stops and requires human intervention when the auto-test loop fails to resolve unit test failures after three consecutive automated correction attempts.