No active runner for this project
Jobs will queue but won't execute until a runner is online. Start one with:
dnx pks-cli -- agentics runner start --project pksorensen/agentic-live-wwwAdd --git-user-name / --git-user-email to override the git identity used inside jobs (default: si-14x / si-14x@agentics.dk)
Ideas
First itteration ideas
TODO
Make columns configurable from the create phase dialog
When we create a new stage we need to be able to define the columns for the board. We need to be able to edit a phase and reconfigure the columns. For each column we want to be able to configure the skills thats avaible for the agents at each column, not only the full phase. I belive that its the column that defines the skills avaible as thats where agents work.
Add FAQ
Der er en del folk der spørger ind til hvordan jeg bruger/udvikler med agentic udvikling. Jeg skal have lavet en FAQ side "Hvordan jeg arbejder" FAQ. Måske en submit spørgsmål.
Reponsive design on kanban board
lige nu er kanban boarded større end viewport og man skal scrolle for at finde add task knappen. Vi skal have et responsive kanban board. Måske kan hver column minimize til en simpel column med bare count og noget småt statistik så man kan gøre plads i andre columns man vil fokusere på. kunne være fedt hvis den selv collapser andre columns når man trykker på en der er collapse så der er screenplads. noget med max /min size på columns og så kan der kun være x åben ud fra screensize
Remote Desktop Protocol / OS
Lave et OS eller en Remote desktop app der udstiller tmux terminal til Meta Quest 3
Agentic Live Video platform
Jeg har lavet video.kjeldager.io - vi skal have submodulet det ind og bruge det til distributation af videoer fra agentic live fredags kald.
OG - Project metadata
Der skal laves unique metadata til alle sider og ikke den generiske lær agentic udvikling som er på alle sider lige nu. specifict så skal der laves noget til projektet her som viser noget description osv. Kunne være fedt med en god image generator til hvert projekt også
Subtasks
Der er behov for subtasks fordi hvis jeg definere noget større, så skal det kunne brydes ned og der skal være parent tasks. inspireret af jira / ado.
Deep link til tasks
Der skal laves deep links til tasks så de kan åbnes i en specifc task side ala jira hvor der er en tråd og info på tasken så man kan se flere detaljer og aktivitet log
Edit project
We need to be able to edit projects after created so i can se the git repo url
Add opentelemetry suport for agents to send telemetry
Claude code can send opentelemetry stuff, we should have endpoint to recieve.
Add edit system prompt on kanban board columns
Each column on the kanban boards should have a icon next to the number of tasks with a edit icon that allow to edit the column for the given stage, hwere is tha system prompt field that will be used with this column everything an agent picks up a task.
In column edit menu we should define creteria for entering a item
We want each column to define a instruct to validate if a given task is accetable to this stage. Example for research one could dfeine that the task should have elements that need need deep research on the topic. For implementation it could be, is there a clear plan.
column edit menu should have acceptance criteria
For the settings of a column we should be able to define what the acceptable state or outcome of this column is before its marked as ready to continue. Possible a number of itterations to continue if we consider some kind of ralph loop?
Add blocked by on tasks
We need to define if a task is blocked by other tasks, so we can define order of execution. Maybe also blocked until column field, so its blocked task 5 until its in done state, or blocked by 6 until in planning ect. Cross stages could also be important here.
Add a small agent that can be spawn every 5 min to monitor status
Have an agent spawn every 5min to check on status and take action if something need repriotized or moved to another state. it cann notify human in the loop for feedback ect. Its job is to move items between states. There is no automatically movent from one state to another, when a column is not and in its accetable state, this agent can move it to the next column by evaluating best state based on task and input creteria to other columns.
Persist claude sessions files in devcontainers
For our pks-cli devcontainers, let ensure claude session files are persistet forever
Add commentary section to tool registry
We would like to have a comment section where people can discuss the given tools so we can create a community around tools and get feedback. Much like reddit, so each comment is a thread in itself.
Edit stages that are created
A stage rigth now cant be changed to remove columns or add new columns. We need to be able to edit existing stages with new, removed, updated columns.