Create portable LLM project workflow skill #42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The Gitea-Tools workflow now includes important operating rules:
These rules should not live only in one project's runbook. We need a portable skill that can be copied into other projects so every LLM follows the same workflow.
Scope
Create a reusable skill package/document that teaches an LLM how to operate on any project safely using this workflow.
Acceptance criteria
skills/llm-project-workflow/.Out of scope
Starting implementation.
Planned branch:
docs/issue-42-portable-llm-workflow-skillScope: add a portable LLM project workflow skill under
skills/llm-project-workflow/and link it from README/runbook docs. No runtime behavior changes.Implementation PR opened: #45
Validation performed:
git diff --checkgit diff --cached --check/Users/jasonwalker/Development/Gitea-Tools/venv/bin/python -m pytest tests/ -q(287 passed)Docs/skill-only change; no runtime or credential behavior changed. Awaiting eligible reviewer/merger.