Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/pueraeternis/agentic-project-template/implementationgit clone --depth 1 https://github.com/pueraeternis/agentic-project-templateWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00369 |
| Opus 5 | $0.00000 | $0.00185 |
| Sonnet 5 | $0.00000 | $0.00074 |
| Haiku 4.5 | $0.00000 | $0.00037 |
Grade A, and why
implementation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Implementation Prompt
Implement the requested changes using the Agentic Engineering Methodology.
Objective
Implement the approved engineering contract.
The implementation should:
- remain within the approved scope;
- preserve repository consistency;
- respect the documented architecture;
- follow the documented engineering conventions;
- produce production-ready code.
Repository Context
Before implementation, review the repository in the following order:
AGENTS.mddocs/project/PROJECT.mddocs/project/ROADMAP.mddocs/project/ARCHITECTURE.mddocs/project/ENGINEERING.md- Relevant ADRs
- Active implementation plan
docs/project/PROGRESS.md
Confirm that implementation is authorized by an active approved plan.
Implementation Rules
Implement only the approved scope.
Respect:
- architectural boundaries;
- engineering conventions;
- repository organization;
- project validation requirements.
Do not:
- redesign the architecture;
- modify project goals;
- introduce unrelated refactoring;
- implement future roadmap phases;
- add speculative abstractions;
- silently expand scope.
Prefer the simplest implementation that satisfies the documented requirements.
Documentation
If implementation changes:
- architecture;
- engineering decisions;
- repository workflow;
- permanent project knowledge;
update the appropriate documentation as part of the same change.
Do not leave the repository in an inconsistent state.
Validation
Before considering the implementation complete:
- verify the acceptance criteria;
- execute the validation workflow defined in
ENGINEERING.md; - ensure documentation is consistent;
- confirm no unrelated changes remain.
Deliverable
Provide:
- Implementation Summary
- Files Changed
- Validation Performed
- Documentation Updated
- Follow-up Work Requiring a New Implementation Plan
Do not propose additional features unless explicitly requested.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 99 lines · 0 tokens per session scan A 6093bba9ee13
implementation is a command published in the GitHub repository pueraeternis/agentic-project-template (2 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 369 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
ingest-l1
L1 analysis loop for the abapwiki knowledge base: for each batch it launches the abap-analyzer sub-agent in parallel, then the adversarial judge abap-deepcheck (separate session), applies only the analyses that pass the fail-closed gate, and commits. Resumes exactly after an interruption. Use this skill to document…
ingest-l0
L0 bootstrap of the abapwiki knowledge base: creates stubs for all custom objects from the TADIR. Use this skill to initialize the repo from scratch or to ingest a new TADIR export. Deterministic operations (no LLM sub-agent), idempotent.
OPSX: Propose
Propose a new change - create it and generate all artifacts in one step.
OPSX: Archive
Archive a completed change in the experimental workflow.
OPSX: Explore
Enter explore mode - think through ideas, investigate problems, clarify requirements.
repo-health
프로젝트 워크플로우와 문서 건강 상태를 점검하고 보고한다. 옵션: --full, --cascade.